@override Future<String?> getQrCode() async { final qrJson = await methodChannel.invokeMethod<String>('getQrCode'); return qrJson; }