toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-treehouse-host
/
app.cash.redwood.treehouse
/
StateStore
State
Store
interface
StateStore
All functions are invoked on the UI dispatcher.
Inheritors
MemoryStateStore
Members
Functions
get
Link copied to clipboard
abstract
suspend
fun
get
(
id
:
String
)
:
StateSnapshot
?
put
Link copied to clipboard
abstract
suspend
fun
put
(
id
:
String
,
value
:
StateSnapshot
)