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