recoverPlugin

fun <S : MVIState, I : MVIIntent, A : MVIAction> recoverPlugin(name: String? = null, recover: Recover<S, I, A>): StorePlugin<S, I, A>

Create a plugin that simply invokes StorePlugin.onException and decides how to proceed accordingly. See the parent function for more information.