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