instance property
DeviceIntegrityPlatform
get
instance
The default instance of DeviceIntegrityPlatform.
Implementation
static DeviceIntegrityPlatform get instance => _instance;
set
instance
(DeviceIntegrityPlatform instance)
Sets the platform implementation. Used by platform-specific plugins during registration and by tests.
Implementation
static set instance(DeviceIntegrityPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}