instance property

The current instance of BarcodeScannerPocPlatform.

Implementation

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

Sets the current instance of BarcodeScannerPocPlatform.

Implementation

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