menu
yuka package
documentation
fsm/state_machine.dart
StateMachine
revert method
revert method
dark_mode
light_mode
revert
method
StateMachine
revert
(
)
Returns to the previous state.
Implementation
StateMachine revert() { _change( previousState ); return this; }
yuka package
documentation
fsm/state_machine
StateMachine
revert method
StateMachine class