GeoliteFlutterSdkPlatform class abstract

The interface that implementations of geolite_flutter_sdk must implement.

Inheritance
  • Object
  • PlatformInterface
  • GeoliteFlutterSdkPlatform
Implementers

Constructors

GeoliteFlutterSdkPlatform()
Constructs a GeoliteFlutterSdkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLocationPermission() Future<bool>
Request location permission from the user
stopTracking() Future<Map<String, dynamic>>
Stop location tracking
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GeoliteFlutterSdkPlatform
The default instance of GeoliteFlutterSdkPlatform to use.
getter/setter pair