FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
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.