transaction method

  1. @override
LocalDocumentTransactionBuilder transaction()
override

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