instance property

The default instance of Pda608ScannerPrinterPlatform to use.

Implementation

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

Platform-specific implementations should set this with their own platform-specific class that extends Pda608ScannerPrinterPlatform when they register themselves.

Implementation

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