RouteInformationObservable class

Object which notifies previously registered RouteInformationObservers upon changes to the currentRouteInformation member by calling their didPushRouteInformation method with the updated route information.

This class is mixed into the AdvancedNavigatorState for handling communication with nested navigators

See also:

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
observedRouteInformation AdvancedRouteInformation?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObserver(RouteInformationObserver observer) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyObservers() → void
removeObserver(RouteInformationObserver observer) → void
toString() String
A string representation of this object.
inherited

Operators

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