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