run method

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

Implementation

void run(Object input, Object output) {
  runForMultipleInputs(<Object>[input], <int, Object>{0: output});
}