decorator
inline fun <S : MVIState, I : MVIIntent, A : MVIAction> decorator(block: DecoratorBuilder<S, I, A>.() -> Unit): PluginDecorator<S, I, A>
Build a new PluginDecorator.
Consult the PluginDecorator and DecoratorBuilder docs for more info.
Build a new PluginDecorator.
Consult the PluginDecorator and DecoratorBuilder docs for more info.