instance property

Currently registered platform implementation.

Implementation

static DeviceGeolocationPlatform get instance => _instance;
set instance (DeviceGeolocationPlatform instance)

Implementation

static set instance(DeviceGeolocationPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}