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