printZPL method

Future<void> printZPL({
  1. String? printerName,
  2. required String zpl,
})

Implementation

Future<void> printZPL({String? printerName, required String zpl}) =>
    QzIo.printZPL(zpl: zpl, printerName: printerName);