IsolateRunnerRemote constructor

IsolateRunnerRemote()

Implementation

IsolateRunnerRemote() {
  _commandPort.handler = _handleCommand;
}