mapFinished

inline fun <In : Any, Out : Any> FetchFlow<In>.mapFinished(crossinline transform: suspend (result: In) -> Out): FetchFlow<Out>

Convenience function to apply mapFinished inside a Flow.