flatMapFinished

inline fun <In : Any, Out : Any> FetchFlow<In>.flatMapFinished(crossinline transform: suspend (result: In) -> Fetch<Out>): FetchFlow<Out>

Convenience function to apply flatMapFinished inside a Flow.