subscribeSafelyWithoutExceptionsAsync

fun <T, M> Flow<T>.subscribeSafelyWithoutExceptionsAsync(    scope: CoroutineScope,     markerFactory: suspend (T) -> M,     onException: ExceptionHandler<T?> = defaultSafelyWithoutExceptionHandlerWithNull,     block: suspend (T) -> Unit): Job(source)