removeLocations method

Future<String?> removeLocations()

The function removeLocations() throws an error indicating that it has not been implemented yet.

Implementation

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