MethodChannelWoosmapFlutter class
An implementation of WoosmapFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- WoosmapFlutterPlatform
- MethodChannelWoosmapFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAppID(
) → Future< String?> -
Collect APP id, namespace on android and App Identifier on iOS
override
-
getPlatformVersion(
) → Future< String?> -
App version
override
-
getSHA1Hash(
) → Future< String?> -
Collecting SHA1 hash on android
override
-
indoorHighlightStep(
Map< String, dynamic> data) → Future<String?> -
Indoor Highlight Step
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited