run method

  1. @override
void run()
override

excute run

Implementation

@override
void run() {
  print('help message');
}