purgeTypedDocument abstract method

  1. @override
  2. @experimental
Future<void> purgeTypedDocument(
  1. TypedDocumentObject<Object> document
)
override

Purges a typed 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
@experimental
Future<void> purgeTypedDocument(TypedDocumentObject document);