SystemaKVStore

interface SystemaKVStore

Functions

delete
Link copied to clipboard
common
abstract suspend fun delete(key: String): String?
read
Link copied to clipboard
common
abstract suspend fun read(key: String): String?
write
Link copied to clipboard
common
abstract suspend fun write(key: String, value: String)

Inheritors

SystemaAndroidStorage
Link copied to clipboard
SystemaIosStorage
Link copied to clipboard