purgeDocumentById abstract method

  1. @override
Future<void> purgeDocumentById(
  1. String id
)
override

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

@override
Future<void> purgeDocumentById(String id);