toSet
suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T>
Content copied to clipboard
Collects given flow into a destination
Sources
common source
Link copied to clipboard