typed2
saved-state-handle
/
com.episode6.typed2.savedstatehandle
/
flow
flow
fun
<
T
,
BACKED_BY
>
SavedStateHandle
.
flow
(
key
:
Key
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
Content copied to clipboard
fun
<
T
,
BACKED_BY
>
TypedSavedStateHandle
.
flow
(
key
:
Key
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
Content copied to clipboard
fun
<
T
,
BACKED_BY
>
SavedStateHandle
.
flow
(
key
:
AsyncKey
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
Content copied to clipboard
fun
<
T
,
BACKED_BY
>
TypedSavedStateHandle
.
flow
(
key
:
AsyncKey
<
T
,
BACKED_BY
,
*
,
*
>
)
:
Flow
<
T
>
Content copied to clipboard