Get the number of countries in the database
@override Future<int> getCountryCount() async { final result = await methodChannel.invokeMethod<int>('getCountryCount'); return result!; }