purgeDocument abstract method

  1. @override
Future<void> purgeDocument(
  1. Document document
)
override

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

@override
Future<void> purgeDocument(Document document);