typed2
Toggle table of contents
2.0.0-alpha04-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
typed2
saved-state-handle
/
com.episode6.typed2.savedstatehandle
/
flow
flow
fun
<
T
,
BACKED_BY
>
SavedStateHandle
.
flow
(
key
:
Key
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
fun
<
T
,
BACKED_BY
>
TypedSavedStateHandle
.
flow
(
key
:
Key
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
fun
<
T
,
BACKED_BY
>
SavedStateHandle
.
flow
(
key
:
AsyncKey
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
fun
<
T
,
BACKED_BY
>
TypedSavedStateHandle
.
flow
(
key
:
AsyncKey
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>