@override Future<void> printEscposData(Uint8List data) async { return await methodChannel .invokeMethod<void>('printEscposData', {'data': data}); }