consumeIntentsPlugin
fun <S : MVIState, I : MVIIntent, A : MVIAction> consumeIntentsPlugin(name: String = ConsumeIntentsPluginName): StorePlugin<S, I, A>
Create a StorePlugin that simply consumes intents and does nothing with them. This is useful when you are using reducePlugin with consume = false
You can add this to the end of your store declaration to consume the remaining unprocessed intents if you are sure that you already handled all of them fully