walletConnectionConnecting method

  1. @override
String walletConnectionConnecting(
  1. String walletName
)
override

Progress shown while adding an externally authorized wallet

In en, this message translates to: 'Connecting {walletName}…'

Implementation

@override
String walletConnectionConnecting(String walletName) {
  return 'A ligar a $walletName…';
}