ThirdPartyWalletUnsupportedChains constructor

ThirdPartyWalletUnsupportedChains({
  1. required String walletName,
})

Implementation

ThirdPartyWalletUnsupportedChains({required String walletName})
    : super('The current configured chains are not supported by $walletName');