instance property

CodeScannerPlatform get instance

Implementation

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

Implementation

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