findStatesBySubstring method

Future<List<CityResult>> findStatesBySubstring(
  1. String substring
)

Search for states by substring

Implementation

Future<List<CityResult>> findStatesBySubstring(String substring) {
  throw UnimplementedError('findStatesBySubstring() has not been implemented.');
}