InfospectNavigationHelper class

InfospectNavigationHelper aids the Infospect class in navigation and window management tasks. This class provides functionalities to open new windows (useful in a desktop environment), navigate to certain screens, and handle the launching of multiple instances of the app.

Properties

hashCode int
The hash code for this object.
no setterinherited
isDarkTheme bool
Determines whether the current theme mode is dark.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

interceptorScreen({bool isDarkTheme = true, bool isMultiWindow = false}) Widget
Provides the main widget for the interceptor screen.
Navigates to the interceptor screen.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openInspectorInNewWindow() Future<void>
Opens the inspector in a new window (applicable only on desktop platforms).
run(List<String> args, {required Widget myApp}) → void
Initiates the app with specified arguments.
runNewWindowInstance(List<String> args) → void
Initiates a new instance of the app in a new window (useful for multi-window scenarios).
toString() String
A string representation of this object.
inherited

Operators

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