ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core-test
/
com.ensody.reactivestate.test
/
CoroutineTest
/
collectFlow
collect
Flow
fun
<
T
>
TestScope
.
collectFlow
(
flow
:
Flow
<
T
>
,
collector
:
suspend
(
T
)
->
Unit
=
{}
)
Collects a flow in the background.