instance property
NewBatteryPluginPlatform
get
instance
The default instance of NewBatteryPluginPlatform to use.
Defaults to MethodChannelNewBatteryPlugin.
Implementation
static NewBatteryPluginPlatform get instance => _instance;
set
instance
(NewBatteryPluginPlatform instance)
Allows the default instance of NewBatteryPluginPlatform to be overridden.
Implementation
static set instance(NewBatteryPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}