Future<void> confirmPairing(bool approve) async { await serviceRoot.webView! .evalJavascript('walletConnect.confirmConnect($approve)'); }