transaction abstract method

CollectionTransactionBuilder transaction([
  1. String? linkedCollectionPath
])

Generate a Transaction for this collection.

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

Specifying linkedCollectionPath allows you to simultaneously create linked documents (e.g., follow and follower documents).

Implementation

CollectionTransactionBuilder transaction([String? linkedCollectionPath]);