run<T extends RunOptions> method

Process<T> run<T extends RunOptions>(
  1. T opt
)

Implementation

_i4.Process<T> run<T extends _i4.RunOptions>(T opt) => _i3.callMethod(
      this,
      'run',
      [opt],
    );