walletConnectionFailed abstract method

String walletConnectionFailed(
  1. String walletName
)

Heading shown when an external wallet connection fails

In en, this message translates to: 'Could not connect {walletName}'

Implementation

String walletConnectionFailed(String walletName);