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