MethodChannelGeoliteFlutterSdk class
An implementation of GeoliteFlutterSdkPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- GeoliteFlutterSdkPlatform
- MethodChannelGeoliteFlutterSdk
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
-
initialiseSDK(
String apiKey, String cipherKey, String userID) → Future< Map< String, dynamic> > -
Initialize the SDK with given API key, cipherKey, and userID
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestLocationPermission(
) → Future< bool> -
Request location permission from the user
override
-
stopTracking(
) → Future< Map< String, dynamic> > -
Stop location tracking
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited