deinitPlugin

inline fun <S : MVIState, I : MVIIntent, A : MVIAction> deinitPlugin(crossinline block: ShutdownContext<S, I, A>.(e: Exception?) -> Unit): StorePlugin<S, I, A>

Alias for StorePlugin.onStop callback or plugin { onStop { block() } }

See the function documentation for more info.