read

abstract suspend override fun read(key: String): ReconcileStoreDao?

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