toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
core
/
pro.respawn.flowmvi.plugins
/
undoRedoPlugin
undo
Redo
Plugin
fun
<
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
undoRedoPlugin
(
undoRedo
:
UndoRedo
,
name
:
String
?
=
null
,
resetOnException
:
Boolean
=
true
)
:
StorePlugin
<
S
,
I
,
A
>
Returns a plugin that manages the
undoRedo
provided.