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