toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
essenty
/
pro.respawn.flowmvi.essenty.plugins
/
keepState
keep
State
inline
fun
<
T
:
S
,
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
StoreBuilder
<
S
,
I
,
A
>
.
keepState
(
keeper
:
StateKeeper
,
serializer
:
KSerializer
<
T
>
,
key
:
String
=
serializer.descriptor.serialName
,
name
:
String
?
=
"KeepStatePlugin"
)
Install a new
keepStatePlugin