ChromeDevToolsService class

Inheritance

Constructors

ChromeDevToolsService()

Properties

context → DebuggingContext?
no setterinherited
controller WebFController?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isReloading bool
Indicates whether the WebF content is currently being reloaded.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiInspector UIInspector?
Provides access to the UI inspector for debugging DOM elements.
no setterinherited

Methods

didReload() → void
Called after WebF content has been reloaded to reconnect DevTools.
inherited
dispose() → void
Disposes the DevTools service and releases all resources.
override
init(WebFController controller) → void
Legacy initialization method for backward compatibility @deprecated Use initWithContext instead
override
initWithContext(DebuggingContext context) → void
Initializes the DevTools service with a debugging context.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
willReload() → void
Called before WebF content is reloaded to prepare DevTools.
inherited

Operators

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

Static Properties

unifiedService UnifiedChromeDevToolsService
Get or create the unified DevTools service
no setter