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