getCountriesByRegion method
Implementation
Future<Iterable<Country>?> getCountriesByRegion(String region,
{firstCache: true, bool onErrorTryCache: false}) =>
getCountriesBy(regionFunc(region),
firstCache: firstCache, onErrorTryCache: onErrorTryCache);