WCClient constructor
WCClient({
- SessionRequest? onSessionRequest,
- SocketError? onFailure,
- SocketClose? onDisconnect,
- EthSign? onEthSign,
- EthTransaction? onEthSignTransaction,
- EthTransaction? onEthSendTransaction,
- WalletSwitchNetwork? onWalletSwitchNetwork,
- CustomRequest? onCustomRequest,
- dynamic onConnect()?,
Implementation
WCClient({
this.onSessionRequest,
this.onFailure,
this.onDisconnect,
this.onEthSign,
this.onEthSignTransaction,
this.onEthSendTransaction,
this.onWalletSwitchNetwork,
this.onCustomRequest,
this.onConnect,
});