getLocations method

Future<List<String>> getLocations()

Implementation

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