menu
rx_state_machine package
documentation
rx_state_machine.dart
RxStateMachine<STATE, EVENT, SIDE_EFFECT>
states property
states property
dark_mode
light_mode
states
property
Stream
<
STATE
>
get
states
Implementation
Stream<STATE> get states => _stateSubject.stream;
rx_state_machine package
documentation
rx_state_machine
RxStateMachine<STATE, EVENT, SIDE_EFFECT>
states property
RxStateMachine class