purgeDocumentById abstract method

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

@Deprecated('Use defaultCollection.purgeDocumentById instead.')
@override
Future<void> purgeDocumentById(String id);