flat Map Fetching
inline fun <T : Any> FetchFlow<T>.flatMapFetching(crossinline transform: suspend () -> Fetch<T>): FetchFlow<T>
Convenience function to apply flatMapFetching inside a Flow.
Convenience function to apply flatMapFetching inside a Flow.