purgeDocumentById abstract method

FutureOr<void> purgeDocumentById(
  1. String id
)

Purges a Document from this database by its id.

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> purgeDocumentById(String id);