Constructors

Functions

Link copied to clipboard
abstract suspend fun delete(key: TimelineEventKey)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: TimelineEventKey): TimelineEvent?
Link copied to clipboard
abstract suspend fun save(key: TimelineEventKey, value: TimelineEvent)

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<TimelineEventKey, TimelineEvent>>