VmServiceExtension extension
- on
-
- VmService
Methods
-
forEachIsolate(
Future< void> callback(IsolateRef)) → Future<void> -
Available on VmService, provided by the VmServiceExtension extension
Executescallback
for each isolate, and waiting for all callbacks to finish before completing. -
Available on VmService, provided by the VmServiceExtension extension
Posts an event to jump to code. -
retrieveFullStringValue(
String isolateId, InstanceRef stringRef, { }) → Future< String?> -
Available on VmService, provided by the VmServiceExtension extension
Retrieves the full string value of astringRef
.