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