Root-level lifecycle integration for DI scopes and application resources.
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
-
didEnter(
NavigationSessionId sessionId, NavigationEntrySnapshot entry) → void - A concrete route entry became owned by a session stack.
-
didExit(
NavigationSessionId sessionId, NavigationEntrySnapshot entry, NavigationEntryExitReason reason) → void - A concrete route entry left every session stack.
-
didReconfigure(
NavigationSessionId sessionId, NavigationEntrySnapshot previous, NavigationEntrySnapshot next) → void - One entry retained its identity but received new destination data.
-
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