VietmapTrackingPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • VietmapTrackingPluginPlatform
Implementers

Constructors

VietmapTrackingPluginPlatform.new()
Constructs a VietmapTrackingPluginPlatform.

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

getConfiguration() Future<Map<String, dynamic>?>
Get current configuration
getPlatformVersion() Future<String?>
initialize({required String apiKey, required String endpoint, Map<String, dynamic>? additionalConfig}) Future<void>
Initialize the SDK with configuration
isInitialized() Future<bool>
Check if SDK is initialized
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String apiKey) Future<void>
Update the API key
setEndpoint(String endpoint) Future<void>
Update the endpoint URL
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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