Constructors

Functions

Link copied to clipboard
abstract suspend fun delete(key: Long)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: Long): Set<UserId>?
Link copied to clipboard
abstract suspend fun save(key: Long, value: Set<UserId>)

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<Long, Set<UserId>>>