close static method

Future<void> close()

Closes the Web3Modal

Implementation

static Future<void> close() async {
  await window.web3modal.close().toDart;
}