transaction method

  1. @override
DocumentTransactionBuilder 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
DocumentTransactionBuilder transaction() {
  throw UnimplementedError();
}