create
actual open override fun create(coroutineContext: CoroutineContext = defaultNetworkDispatcher): NetworkStateRepo
Creates the BaseNetworkStateRepo
Return
the created BaseNetworkStateRepo
Parameters
coroutineContext
the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.
actual open override fun create(coroutineContext: CoroutineContext = defaultNetworkDispatcher): NetworkStateRepo
Creates the BaseNetworkStateRepo
Return
the created BaseNetworkStateRepo
Parameters
coroutineContext
the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.
expect open override fun create(coroutineContext: CoroutineContext = defaultNetworkDispatcher): NetworkStateRepo
Creates the BaseNetworkStateRepo
Return
the created BaseNetworkStateRepo
Parameters
coroutineContext
the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.
actual open override fun create(coroutineContext: CoroutineContext = defaultNetworkDispatcher): NetworkStateRepo
Creates the BaseNetworkStateRepo
Return
the created BaseNetworkStateRepo
Parameters
coroutineContext
the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.