getCountriesBySubregion method
Implementation
Future<Iterable<Country>?> getCountriesBySubregion(String subregion,
{firstCache: true, bool onErrorTryCache: false}) =>
getCountriesBy(subregionFunc(subregion),
firstCache: firstCache, onErrorTryCache: onErrorTryCache);