fun update(closure: (DittoMutableDocument<T>?) -> Unit): List<DittoUpdateResult>
fun update(updater: DittoSingleMutableDocumentUpdater<T>): List<DittoUpdateResult>
Update the document with the matching ID.