fun LifecycleOwner.scope(): ScopeProviderfun LifecycleOwner.scope(untilEvent: Event): ScopeProviderfun LifecycleOwner.scope(boundaryResolver: CorrespondingEventsFunction<Event>): ScopeProvider
Extension that returns a ScopeProvider for this LifecycleOwner. |