@override Future<void> printFile(Uint8List bytes) async { await methodChannel.invokeMethod('printImage', {'bytes': bytes}); }