purgeDocument abstract method

FutureOr<void> purgeDocument(
  1. Document document
)

Purges a document from this database.

This is more drastic than deletion: It removes all traces of the document. The purge will not be replicated to other databases.

Implementation

FutureOr<void> purgeDocument(Document document);