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