getPorts method Null safety
- String isolateId
The getPorts
RPC is used to retrieve the list of ReceivePort
instances
for a given isolate.
See PortList
.
Implementation
Future<PortList> getPorts(String isolateId);
The getPorts
RPC is used to retrieve the list of ReceivePort
instances
for a given isolate.
See PortList
.
Future<PortList> getPorts(String isolateId);