run method

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

Performs the command on the given system.

Implementation

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