fetchOrThrow

fun <T : Any> FetchFlow<T>.fetchOrThrow(): Flow<T>

Return

A Flow of the result of a Fetch or throws.

Throws