ThirdPartyWalletNotInstalled constructor

ThirdPartyWalletNotInstalled({
  1. required String walletName,
})

Implementation

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