purgeTypedDocument abstract method

  1. @experimental
FutureOr<void> purgeTypedDocument(
  1. TypedDocumentObject<Object> document
)

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

@experimental
FutureOr<void> purgeTypedDocument(TypedDocumentObject document);