run method

Future run()

Implementation

Future run() {
  if (command is InitCommand) {
    return _init();
  } else {
    return _update();
  }
}