SwiftViewInterceptor class

View interceptor to show debug page

Constructors

SwiftViewInterceptor()

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

isEnabled bool
Check if interception is enabled
no setter

Static Methods

canShowDebugPage() bool
Check if debug page can be shown
disable() → void
Disable view interception
enable() → void
Enable view interception
setContext(BuildContext? context) → void
Set the context for navigation
setNavigatorKey(GlobalKey<NavigatorState>? key) → void
Set global navigator key (useful for GetMaterialApp or custom navigation)
showDebugPage() → void
Show debug page