instance property

Implementation

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

Implementation

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