undoRedoPlugin

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.