menu
command_bus
command_bus.dart
CommandBus
<
S
>
state property
state
dark_mode
light_mode
state
property
S
get
state
Возвращает текущее состояние.
Implementation
S get state => _state;
command_bus
command_bus
CommandBus
<
S
>
state property
CommandBus class