run method

FutureOr<int> run()

Implementation

FutureOr<int> run() {
  return _runBody(i);
}