transaction method

Generate a Transaction for this document.

Please note that the file will not be saved unless you execute save after it has been executed.

Implementation

@override
FirestoreDocumentTransactionBuilder transaction() {
  return FirestoreTransaction.documentTransaction(path);
}