@override Future<void> showQRCode(String text) async { await methodChannel.invokeMethod('showQRCode', {'text': text}); }