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