StateStore

interface StateStore

All functions are invoked on the UI dispatcher.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun get(id: String): StateSnapshot?
Link copied to clipboard
abstract suspend fun put(id: String, value: StateSnapshot)