scope.md 378 B

net / com.drake.net.utils / kotlinx.coroutines.flow.Flow / scope

scope

inline fun <T> Flow<T>.scope(owner: LifecycleOwner? = null, event: Event = Lifecycle.Event.ON_DESTROY, crossinline action: suspend (value: T) ->Unit): CoroutineScope