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