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