flatMapPrefetch

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

Map a fetch flow to flatMapPrefetch each emission.