UIInspectorModule class abstract

Implementers

Constructors

UIInspectorModule(DevToolsService devtoolsService)

Properties

context → DebuggingContext?
Get the debugging context if available
no setter
controller WebFController?
Legacy controller access for backward compatibility
no setter
devtoolsService DevToolsService
final
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invoke(int? id, String method, Map<String, dynamic>? params) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onContextChanged() → void
Called when the debugging context changes (e.g., when switching controllers) Subclasses can override this to reinitialize their state
onDisabled() → void
inherited
onEnabled() → void
inherited
receiveFromFrontend(int? id, String method, Map<String, dynamic>? params) → void
inherited
sendEventToFrontend(InspectorEvent event) → void
sendToFrontend(int? id, JSONEncodable? result) → void
setEnabled(bool enabled) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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