run method

  1. @override
void run(
  1. Object input,
  2. Object output
)
override

Implementation

@override
void run(Object input, Object output) {
  _interpreter.run(input, output);
}