getIsolateGroupMemoryUsage method Null safety
- String isolateGroupId
The getIsolateGroupMemoryUsage RPC is used to lookup an isolate group's
memory usage statistics by its id.
If isolateGroupId refers to an isolate group which has exited, then the
Expired Sentinel is returned.
See IsolateGroup.
This method will throw a SentinelException in the case a Sentinel is returned.
Implementation
Future<MemoryUsage> getIsolateGroupMemoryUsage(String isolateGroupId);