MapxusPositioningFlutterPlatform class abstract
Platform interface for MapxusPositioningFlutter.
This defines the contract for all platform implementations. The default implementation uses the MethodChannel on Android.
- Inheritance
-
- Object
- PlatformInterface
- MapxusPositioningFlutterPlatform
- Implementers
Constructors
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 ↔ MapxusPositioningFlutterPlatform
-
The default instance of MapxusPositioningFlutterPlatform to use.
getter/setter pair