nextState abstract method
Updates the state to the next state.
Implementation
Future<void> nextState(CommandContext<State, System> context, State state);
Updates the state to the next state.
Future<void> nextState(CommandContext<State, System> context, State state);