getSpawnedProcesses method Null safety
- String isolateId
The getSpawnedProcesses
RPC is used to retrieve the list of processed opened
by dart:io
from a given isolate
Implementation
Future<SpawnedProcessList> getSpawnedProcesses(String isolateId) =>
_callHelper(
'ext.dart.io.getSpawnedProcesses',
isolateId,
);