SimpleStorage

interface SimpleStorage

Functions

Link copied to clipboard
abstract suspend fun get(key: String): String?
Link copied to clipboard
abstract suspend fun remove(key: String)
Link copied to clipboard
abstract suspend fun set(key: String, value: String)
Link copied to clipboard