uiState property

StateController<UISTate> get uiState

Getter returns the StateController used to update the UI state.

Implementation

StateController<UISTate> get uiState => _uiState;