failedFindCountries abstract method

String failedFindCountries(
  1. String error
)

Error finding countries

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

Implementation

String failedFindCountries(String error);