EmptyReceiver

fun <I : MVIIntent> EmptyReceiver(call: @Composable IntentReceiver<I>.() -> Unit)

An IntentReceiver that does nothing and ignores all intents. Most often used for Composable previews.