instance property

Implementation

static DevicePropertiesPlatform get instance => _instance;
set instance (DevicePropertiesPlatform instance)

Implementation

static set instance(DevicePropertiesPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}