getAll

abstract suspend fun getAll(): Map<String, Any>

Returns all key-value entries currently held in the store.

Return

A snapshot map of all entries. May be empty; never null.

Throws

if the underlying storage fails to retrieve entries.

for any other storage-layer error.

CancellationException

if the calling coroutine is cancelled.