net / com.drake.net.utils / kotlinx.coroutines.flow.Flow / scope
inline fun <T> Flow<T>.scope(owner: LifecycleOwner? = null, event: Event = Lifecycle.Event.ON_DESTROY, crossinline action: suspend (value: T) ->Unit): CoroutineScope
inline fun <T> Flow<T>.scope(owner: LifecycleOwner? = null, event: Event = Lifecycle.Event.ON_DESTROY, crossinline action: suspend (value: T) ->
Unit
): CoroutineScope