Searched refs:activityScope (Results 1 – 2 of 2) sorted by relevance
51 activityScope: CoroutineScope,73 .stateIn(activityScope, started = SharingStarted.Eagerly, initialValue = DEFAULT_PROPS)
42 fun activityScope(activity: Activity): CoroutineScope { in activityScope() method