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