fetchCountries abstract method

Future<Map<String, Country>?> fetchCountries()

Fetch country data from the source Returns null if fetch fails (silent fallback)

Implementation

Future<Map<String, Country>?> fetchCountries();