Get Matching City by Name
Future<City?> getMatchingCityByName({required String cityName}) { return CityUtils.getMatchingCity(cityName: cityName); }