toggle menu
kmp-viewmodel
common
switch theme
search in API
viewmodel-savedstate
/
com.hoc081098.kmp.viewmodel.safe
/
SafeSavedStateHandle
/
getStateFlow
get
State
Flow
fun
<
T
:
Any
>
getStateFlow
(
key
:
NonNullSavedStateHandleKey
<
T
>
)
:
StateFlow
<
T
>
fun
<
T
:
Any
>
getStateFlow
(
key
:
NullableSavedStateHandleKey
<
T
>
)
:
StateFlow
<
T
?
>
Returns a
StateFlow
that will emit the currently active value associated with the given
key
.
See also
Saved
State
Handle.
get
State
Flow