disconnectV2 method

Future<void> disconnectV2(
  1. String topic
)

Implementation

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