commandPort property

SendPort commandPort

The command port that can be used to send commands to this remote.

Use this as argument to new IsolateRunner if creating the link manually, otherwise it's handled by IsolateRunner.spawn.

Implementation

SendPort get commandPort => _commandPort.sendPort;