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