GlassDevToolsBridge class abstract final

See the library-level doc comment above.

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

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

Static Properties

debugLast GlassAdaptiveDiagnostic?
The most recently recorded diagnostic, if any. Exposed for tests.
no setter

Static Methods

debugEncode(GlassAdaptiveDiagnostic? diagnostic) String
JSON-encodes diagnostic the way the registered extension responds.
debugHandleQuery() Future<ServiceExtensionResponse>
Invokes the exact function registered as the VM service extension handler, without needing a live VM service connection — this is what record wires up to ext.flutter_liquid_glass_widgets.adaptiveScope.
record(GlassAdaptiveDiagnostic diagnostic) → void
Records diagnostic as the latest known adaptive-quality state and registers the service extension on first use.