subscribeSafelySkippingExceptions

inline fun <T> Flow<T>.subscribeSafelySkippingExceptions(scope: CoroutineScope, noinline block: suspend (T) -> Unit): Job(source)

Use subscribeSafelyWithoutExceptions, but all exceptions inside of safely will be skipped