delete method

Future<void> delete()

Deletes the object at this reference's location.

Implementation

Future<void> delete() {
  throw UnimplementedError('delete() is not implemented');
}