WalletConnectionState.connected constructor
const
WalletConnectionState.connected(
- String walletName
Implementation
const WalletConnectionState.connected(String walletName)
: this._(WalletConnectionPhase.connected, walletName: walletName);