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