NavigationProvider class abstract

Abstract interface for navigation providers Allows framework-agnostic navigation tracking across different routing systems

Implementers

Constructors

Properties

currentRoute String?
Current route name/path
no setter
hashCode int
The hash code for this object.
no setterinherited
isActive bool
Whether this provider is currently active and tracking navigation
no setter
Stream of navigation events from this provider
no setter
previousRoute String?
Previous route name/path
no setter
providerName String
Get the provider name for debugging/logging
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Dispose of the navigation provider and clean up resources
initialize() Future<void>
Initialize the navigation provider
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