suspend fun get(key: Bytes): Bytes?
Overrides KeyValueStore.get
Retrieves data from the store.
key - The key for the content.
key
Return The stored data, or null if no data was stored under the specified key.