failedFindCountries method

  1. @override
String failedFindCountries(
  1. String error
)
override

Error finding countries

In en, this message translates to: 'Failed to find countries: {error}'

Implementation

@override
String failedFindCountries(String error) {
  return 'Falha ao procurar paĆ­ses: $error';
}