toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
core
/
pro.respawn.flowmvi.plugins
/
init
init
fun
<
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
StoreBuilder
<
S
,
I
,
A
>
.
init
(
block
:
suspend
PipelineContext
<
S
,
I
,
A
>
.
(
)
->
Unit
)
Installs a plugin that invokes
block
when
pro.respawn.flowmvi.api.Store.start
is called.
See also
Store
Plugin.
onStart