ThirdPartyWalletNotInstalled constructor
ThirdPartyWalletNotInstalled({
- required String walletName,
Implementation
ThirdPartyWalletNotInstalled({required String walletName})
: super('$walletName is not installed');