//reactivestate-core-test/com.ensody.reactivestate.test/CoroutineTest/collectFlow
collectFlow¶
[common]\ fun <T> TestScope.collectFlow(flow: Flow<T>, collector: suspend (T) -> Unit = {})
Collects a flow in the background.
//reactivestate-core-test/com.ensody.reactivestate.test/CoroutineTest/collectFlow
[common]\ fun <T> TestScope.collectFlow(flow: Flow<T>, collector: suspend (T) -> Unit = {})
Collects a flow in the background.