toList
suspend fun <T> Flow<T>.toList(destination: MutableList<T> = ArrayList()): List<T>
Content copied to clipboard
Collects given flow into a destination
Sources
common source
Link copied to clipboard