`Flow.flatMapMerge {}` has `Flow.flattenMerge()` `...
# coroutines
o
Flow.flatMapMerge {}
has
Flow.flattenMerge()
Flow.flatMapConcat{}
has
Flow.flattenConcat()
Flow.flatMapLatest{}
doesn't have a similar method as the above. Why isnt there a
Flow.flattenLatest()
?