RouteSession class abstract

Class is used for managing async route listeners Referenced from AsyncRouteManager.

Implemented types
Implementers

Constructors

RouteSession()

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

addRouteListener(AsyncRouteListener listener) → void
Method is used to add AsyncRouteListener class element which will notify async route events. Note: Do not forget to remove listener if it is no longer needed! listener Corresponding AsyncRouteListener class.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRouteListener(AsyncRouteListener listener) → void
Method is used for removing previously added AsyncRouteListener class element. listener Corresponding AsyncRouteListener class to remove.
toString() String
A string representation of this object.
inherited

Operators

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