findCitiesBySubstring method
Search for cities by substring
Implementation
Future<List<CityResult>> findCitiesBySubstring(String substring) {
throw UnimplementedError('findCitiesBySubstring() has not been implemented.');
}
Search for cities by substring
Future<List<CityResult>> findCitiesBySubstring(String substring) {
throw UnimplementedError('findCitiesBySubstring() has not been implemented.');
}