TelescopePlugin class

fluttersdk_telescope plugin install entry. Idempotent.

V1 auto-installs LogWatcher (zero ceremony, package:logging is the de-facto standard). ExceptionWatcher is opt-in (call install() separately). HTTP adapters are registered via registerHttpAdapter.

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

installCount int
no setter
telescopeDisableEnvValue String
getter/setter pair

Static Methods

install() → void
Idempotent install. Auto-installs LogWatcher + registers extensions.
registerHttpAdapter(TelescopeHttpAdapter adapter) → void
Register a pluggable HTTP capture adapter (Dio, package:http, Chopper, Magic's Http facade). The adapter's install() is called immediately.
registerWatcher(TelescopeWatcher watcher) → void
Register an additional watcher (Magic model, Magic cache, custom). The watcher's install() is called immediately.