run method

  1. @override
dynamic run(
  1. CommandContext<State, System> context,
  2. System system
)
override

Performs the command on the given system.

Implementation

@override
dynamic run(CommandContext<State, System> context, System system) {
  throw UnsupportedError('Sequence does not support run');
}