delete method

Future<void> delete()

Deletes the current document from the collection.

Implementation

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