run method

Future<void> run()

Implementation

Future<void> run() {
  return doIt();
}