MapxusPositioningFlutter class
Singleton wrapper for the MapxusPositioningFlutter plugin.
This class provides a simple way to access the positioning methods and event stream through a single instance.
Properties
-
events
→ Stream<
MapxusEvent> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
String appId, String secret) → Future< MapxusMethodResponse> -
isInitialized(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< MapxusMethodResponse> -
resume(
) → Future< MapxusMethodResponse> -
start(
) → Future< MapxusMethodResponse> -
stop(
) → Future< MapxusMethodResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → MapxusPositioningFlutter
-
final