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