mapFetchingToFinished

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

Convenience function to apply mapFetchingToFinished inside a Flow.