instance property

Implementation

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

Implementation

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