startFlowManager

expect open suspend override fun startFlowManager()

Suspends the execution of the current coroutine and starts the flow manager. If the FlowManager has already started, will return immediately.

actual open suspend override fun startFlowManager()

Suspends the execution of the current coroutine and starts the flow manager. If the FlowManager has already started, will return immediately.