IsolateInspectorClient class
- Inheritance
-
- Object
- IsolateInspector
- IsolateInspectorClient
Constructors
Properties
- connected → bool
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
moduleRegistrar
→ Map<
String, IsolateInspectorModule> -
finalinherited
- onFrontendMessage ↔ MessageCallback?
-
getter/setter pairinherited
- onStarted ↔ VoidCallback?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
- ws → WebSocket?
-
no setterinherited
Methods
-
dispose(
) → void -
inherited
-
messageRouter(
int? id, String module, String method, Map< String, dynamic> ? params) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onWebSocketRequest(
dynamic message) → void -
inherited
-
registerModule(
IsolateInspectorModule module) → void -
inherited
-
sendEventToFrontend(
InspectorEvent event) → void -
inherited
-
sendRawJSONToFrontend(
String message) → void -
inherited
-
sendToFrontend(
int? id, Map? result) → void -
inherited
-
start(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited