instance property

GpsTimePluginPlatform get instance

The default instance of GpsTimePluginPlatform to use.

Defaults to MethodChannelGpsTimePlugin.

Implementation

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

Implementation

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