getCountryCount method

Future<int> getCountryCount()

Get the number of countries in the database

Implementation

Future<int> getCountryCount() {
  throw UnimplementedError('getCountryCount() has not been implemented.');
}