@override Future<Void?> printEpson(Uint8List bytes) async { await methodChannel.invokeMethod<String>('printEpson',{"data":bytes}); }