exhaustAll

inline fun <T> Flow<Flow<T>>.exhaustAll(): Flow<T>(source)

This function is an alias to flattenFirst operator.