interface DittoWriteTransactionHandler
Typically this will only be used if interacting with the SDK from Java. You can call write
on a
DittoStore instance with an object that implements this interface.
write |
open fun write(transaction: DittoWriteTransaction): Unit |