run method

FutureOr<I> run()

Implementation

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