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