create

suspend fun create(trustManager: TrustManager): TrustManagerModel

Creates and initializes a TrustManagerModel.

This method suspends until the initial state is fully loaded from the trustManager and the observation flow is established.

Return

A fully initialized TrustManagerModel.

Parameters

trustManager

The TrustManager to bind to this model.