Searched refs:_currentScreen (Results 1 – 1 of 1) sorted by relevance
88 private var _currentScreen = MutableStateFlow<UiStep?>(null) in <lambda>() variable91 val currentScreen: Flow<UiStep?> = _currentScreen.asStateFlow() in <lambda>()125 _currentScreen.update { null } in <lambda>()135 _currentScreen.update { nextStep } in <lambda>()