fetchCountries abstract method

Future<List<Country>> fetchCountries()

Implementation

Future<List<Country>> fetchCountries();