Why is there not a Flow<Flow<T>>.flatt...
# coroutines
o
Why is there not a Flow<Flow<T>>.flattenLatest()? (flattenConcat() and flattenMerge() exist). For example, sometimes my
combine
wants to return a Flow (so you get a Flow in a Flow). I can't flattenLatest this unfortunately