InspectorTransport class abstract interface

Invokes a ext.basalt.* service extension and returns its decoded JSON body.

This is the seam between the transport-agnostic InspectorClient and the concrete VM service connection. Each consumer supplies its own transport — the DevTools extension over the shell's serviceManager, the MCP server over package:vm_service — which keeps those platform dependencies (and dart:io) out of the core package.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String method, Map<String, String> args) Future<Map<String, Object?>>
Calls method (a BasaltExtension.method value) with string-valued args and returns the decoded response map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited