Web3Modal class

Constructors

Web3Modal()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

state Stream<Web3ModalState>
Listens to the Web3Modal state.
no setter

Static Methods

close() Future<void>
Closes the Web3Modal
createConfig({required String projectId, required String configKey, required List<int> chains, CoreStorage storage = CoreStorage.localStorage, required Web3ModalMetadata metadata, required bool email, List<String>? socials, required bool showWallets, required bool walletFeatures, TransportBuilder? transportBuilder, List<String>? includeWalletIds, List<String>? featuredWalletIds, List<String>? excludeWalletIds}) Config
init({required String projectId, required List<int> chains, CoreStorage storage = CoreStorage.localStorage, required bool enableAnalytics, required bool enableOnRamp, required Web3ModalMetadata metadata, required bool email, List<String>? socials, required bool showWallets, required bool walletFeatures, TransportBuilder? transportBuilder, List<String>? includeWalletIds, List<String>? featuredWalletIds, List<String>? excludeWalletIds}) → void
open() Future<void>
Opens the Web3Modal