fetchOrDefault

infix fun <T : Any> FetchFlow<T>.fetchOrDefault(default: T): Flow<T>

Return

A Flow of the result of a Fetch or the default value.