USBPrinterManager constructor

USBPrinterManager(
  1. POSPrinter printer,
  2. int paperSizeWidthMM,
  3. int maxPerLine,
  4. CapabilityProfile profile, {
  5. int spaceBetweenRows = 5,
  6. int port = 9100,
})

Implementation

USBPrinterManager(
  POSPrinter printer,
  int paperSizeWidthMM,
  int maxPerLine,
  CapabilityProfile profile, {
  int spaceBetweenRows = 5,
  int port = 9100,
});