foundCountries abstract method

String foundCountries(
  1. int count
)

Message after finding countries

In en, this message translates to: 'Found {count} countries with "United"'

Implementation

String foundCountries(int count);