instance property
GeoliteFlutterSdkPlatform
get
instance
The default instance of GeoliteFlutterSdkPlatform to use.
Implementation
static GeoliteFlutterSdkPlatform get instance => _instance;
set
instance
(GeoliteFlutterSdkPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends GeoliteFlutterSdkPlatform when they register themselves.
Implementation
static set instance(GeoliteFlutterSdkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}