nextState method

  1. @override
void nextState(
  1. CommandContext<State, System> context,
  2. State state
)
override

Updates the state to the next state.

Implementation

@override
void nextState(CommandContext<State, System> context, State state) {
  throw UnsupportedError('Finalize does not support update');
}