walletConnectionFailed method
Heading shown when an external wallet connection fails
In en, this message translates to: 'Could not connect {walletName}'
Implementation
@override
String walletConnectionFailed(String walletName) {
return 'Could not connect $walletName';
}