instance property

BatteryPluginPlatform get instance

Implementation

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

Implementation

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