BlockedInitialNavigationException class
Raised when Block is returned from onEnter but there is no prior
route configuration to restore (e.g., an initial deep link was blocked).
Apps can check for this specific type in onException to recover
gracefully (e.g., redirect to a loading screen with the deep link
preserved) instead of treating it as a generic routing error.
- Inheritance
-
- Object
- GoException
- BlockedInitialNavigationException
Constructors
- Creates an exception for a blocked initial navigation attempt.
Properties
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