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 |
abstract fun write(transaction: DittoWriteTransaction): Unit |