read

abstract suspend fun read(key: StoreKey): ByteArray?

Read the bytes stored under key, or null if the key has never been written.

Called on startup to recover CRDT state from the previous session.