@override Future<void> addQrCode(String qrCode) async { return await methodChannel.invokeMethod('addQrCode', qrCode); }