commandPort property
SendPort
get
commandPort
The command port receiving commands for the registry manager.
Use this port with Registry.fromPort to link a registry to the manager in isolates where you can't send a Registry object directly.
Implementation
SendPort get commandPort => _commandPort.sendPort;