mapToOneOrNull

fun <T : Any> Flow<Query<T>>.mapToOneOrNull(context: CoroutineContext = Dispatchers.Default): Flow<T?>