open static method

Future<void> open()

Opens the Web3Modal

Implementation

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