init abstract method
The current connection state of the modal. Used by the connect button to render the correct UI. The current state of the modal. The list of wallets from the explorer API. Sets up the explorer and the web3App if they already been initialized.
Implementation
// Web3ModalConnectionState get connectionState;
/// The current state of the modal.
// Web3ModalState get state;
/// The list of wallets from the explorer API.
// List<Listing> get listings;
/// Sets up the explorer and the web3App if they already been initialized.
Future<void> init();