instance property
PowerSaverPluginPlatform
get
instance
Implementation
static PowerSaverPluginPlatform get instance => _instance;
set
instance
(PowerSaverPluginPlatform instance)
Implementation
static set instance(PowerSaverPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}