interface DittoMutableDocumentsUpdater
Typically this will only be used if interacting with the SDK from Java. You can call update
with an
object that implements this interface.
update |
open fun update(docs: List<DittoMutableDocument>): Unit |