flatMapFetching

inline fun <T : Any> FetchFlow<T>.flatMapFetching(crossinline transform: suspend () -> Fetch<T>): FetchFlow<T>

Convenience function to apply flatMapFetching inside a Flow.