subscribe Safely Skipping Exceptions
inline fun <T> Flow<T>.subscribeSafelySkippingExceptions(scope: CoroutineScope, noinline block: suspend (T) -> Unit): Job
Use subscribeSafelyWithoutExceptions, but all exceptions inside of safely will be skipped