walletConnectionConnecting method
Progress shown while adding an externally authorized wallet
In en, this message translates to: 'Connecting {walletName}…'
Implementation
@override
String walletConnectionConnecting(String walletName) {
return 'Connexion à $walletName…';
}