instance property

Implementation

static PluginScannerQrPlatform get instance => _instance;
set instance (PluginScannerQrPlatform instance)

Implementation

static set instance(PluginScannerQrPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}