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
RuntimeDocumentTransactionBuilder transaction() {
  return RuntimeTransaction.documentTransaction(path);
}