getIsolatePauseEvent method
The getIsolatePauseEvent RPC is used to lookup an isolate's pause event
by its id.
If isolateId refers to an isolate which has exited, then the Collected
Sentinel is returned.
See Isolate.
This method will throw a SentinelException in the case a Sentinel is
returned.
Implementation
Future<Event> getIsolatePauseEvent(String isolateId) =>
_call('getIsolatePauseEvent', {'isolateId': isolateId});