IsolateInspector class

Implementers

Constructors

IsolateInspector()

Properties

connected bool
no setter
hashCode int
The hash code for this object.
no setterinherited
moduleRegistrar Map<String, IsolateInspectorModule>
final
onFrontendMessage MessageCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ws WebSocket?
no setter

Methods

dispose() → void
messageRouter(int? id, String module, String method, Map<String, dynamic>? params) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onWebSocketRequest(dynamic message) → void
registerModule(IsolateInspectorModule module) → void
sendEventToFrontend(InspectorEvent event) → void
sendRawJSONToFrontend(String message) → void
sendToFrontend(int? id, Map? result) → void
toString() String
A string representation of this object.
inherited

Operators

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