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