Future<void> print({String? printerName, required List<dynamic> data}) => QzIo.print(printerName: printerName, data: data);