delete method

TransactionPlatform delete(
  1. String documentPath
)

Deletes the document referred to by the provided documentPath.

Implementation

TransactionPlatform delete(String documentPath) {
  throw UnimplementedError('delete() is not implemented');
}