The function removeLocations() throws an error indicating that it has not been implemented yet.
removeLocations()
Future<String?> removeLocations() { throw UnimplementedError('removeLocations() has not been implemented.'); }