NavigatorPageObserver mixin

An interface for observing the page lifecycle of a ThrioNavigator.

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

didAppear(RouteSettings routeSettings) → void
The route has been activated.
didDisappear(RouteSettings routeSettings) → void
The route is has disappeared.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
willAppear(RouteSettings routeSettings) → void
The route is about to be activated.
willDisappear(RouteSettings routeSettings) → void
The route is about to disappear.

Operators

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