getAllStates function

Future<List<State>> getAllStates()

Get world wide states list.

Implementation

Future<List<State>> getAllStates() {
  return _loadStates();
}