instance property
CcidPlatform
get
instance
The default instance of CcidPlatform to use.
Defaults to MethodChannelCcid.
Implementation
static CcidPlatform get instance {
if (isMobile() || isMacOs()) {
return _methodChannelInstance;
} else {
return _pcscInstance;
}
}