execute static method

void execute()

Implementation

static void execute() {
  // ignore: avoid_print
  print('Invalid command');
}