RouteSession$Impl class

Implemented types

Constructors

RouteSession$Impl(Pointer<Void> handle)

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
@brief Method is used to add @see AsyncRouteListener "AsyncRouteListener" class element which will notify async route events. @note Do not forget to remove listener if it is no longer needed! @param listener Сorresponding @see AsyncRouteListener "AsyncRouteListener" class.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRouteListener(AsyncRouteListener listener) → void
@brief Method is used for removing previously added @see AsyncRouteListener "AsyncRouteListener" class element. @param listener Сorresponding @see AsyncRouteListener "AsyncRouteListener" class to remove.
override
toString() String
A string representation of this object.
inherited

Operators

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