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