purgeDocument abstract method

  1. @Deprecated('Use defaultCollection.purgeDocument instead.')
  2. @override
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

@Deprecated('Use defaultCollection.purgeDocument instead.')
@override
void purgeDocument(Document document);