deleteLocation method

Future<bool> deleteLocation(
  1. String name
)

Implementation

Future<bool> deleteLocation(String name) {
  throw UnimplementedError('deleteLocation() has not been implemented.');
}