Future<void> disconnectV2(String topic) async { await serviceRoot.webView! .evalJavascript('walletConnect.disconnectV2("$topic")'); }