@override Future<void> prnBarcode(String type, String data) => _ch.invokeMethod('prn.barcode', {'type': type, 'data': data});