walletConnectionFinishIn method
Prompt shown while an external wallet is authorizing
In en, this message translates to: 'Finish connection in {walletName}'
Implementation
@override
String walletConnectionFinishIn(String walletName) {
return 'Terminez la connexion dans $walletName';
}