getAll

abstract fun getAll(): List<Pair<String, Any>>

Retrieves all key-value pairs stored in the key-value storage.

Return

a list of key-value pairs where each key is represented as a String and the corresponding value as an instance of Any.