fetchOrNull

fun <T : Any> FetchFlow<T>.fetchOrNull(): Flow<T?>

Return

A Flow of the result of a Fetch or null.