instance property

SupvanPrinterPlatform get instance

Implementation

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

Implementation

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