clearCache static method

void clearCache()

Clears the cached countries data.

This will force the next call to loadCountries to reload from the asset file.

Implementation

static void clearCache() {
  _countries = null;
}