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