read

abstract suspend fun read(key: String): StorageDao?

Reads a Dao from the storage. Returns null if the Dao is not found for the given key.

Parameters

key

The key to be used for retrieving the Dao