map Fetching To Finished
inline fun <T : Any> FetchFlow<T>.mapFetchingToFinished(crossinline transform: suspend () -> T): FetchFlow<T>
Convenience function to apply mapFetchingToFinished inside a Flow.
Convenience function to apply mapFetchingToFinished inside a Flow.