disconnect method

Future<void> disconnect()

Implementation

Future<void> disconnect() async {
  await serviceRoot.webView!.evalJavascript('walletConnect.disconnect()');
}