delete method

Future<void> delete()

Deletes the object at this reference's location.

Implementation

Future<void> delete() => _delegate.delete();