ESCPrinterService constructor

ESCPrinterService(
  1. Uint8List imgData, {
  2. required int imgSizeLimit,
})

Implementation

ESCPrinterService(
  this.imgData, {
  required this.imgSizeLimit,
});