IsolateRunnerFactory typedef

IsolateRunnerFactory = Future<Runner> Function()

Produces IsolateRunner instances, including any initialization to the isolate(s) created.

Implementation

typedef IsolateRunnerFactory = Future<Runner> Function();