instance property
QitechDeviceScanPlatform
get
instance
The default instance of QitechDeviceScanPlatform to use.
Defaults to MethodChannelQitechDeviceScan.
Implementation
static QitechDeviceScanPlatform get instance => _instance;
set
instance
(QitechDeviceScanPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends QitechDeviceScanPlatform when they register themselves.
Implementation
static set instance(QitechDeviceScanPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}