initPlugin

fun <S : MVIState, I : MVIIntent, A : MVIAction> initPlugin(block: suspend PipelineContext<S, I, A>.() -> Unit): StorePlugin<S, I, A>

Creates a plugin that invokes block after pro.respawn.flowmvi.api.Store.start is called.

See also