FlutterRoutingProvider class abstract

Constructors

FlutterRoutingProvider()

Properties

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

Methods

getAllRoutableTargetsWithPagination(FlutterPaginationOptions paginationOptions) Future<List<FlutterRoutableTarget>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryTarget(String name) Future<List<FlutterRoutableTarget>>
routeToNode(FlutterRoutableTarget target) Future<IndoorNavigationRoute>
routeUpdated(FlutterRoute? route) → void
toString() String
A string representation of this object.
inherited

Operators

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