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