kotlin-flow-extensions / hu.akarnokd.kotlin.flow / kotlinx.coroutines.flow.Flow / toList

toList

fun <T> Flow<T>.toList(): Flow<List<T>>

Collects all items of the upstream into a list.