instance property

ItcScannerPlatform get instance

Implementation

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

Implementation

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