toggle menu
core
3.0.1-beta02
common
switch theme
search in API
core
/
pro.respawn.flowmvi.plugins
/
initPlugin
init
Plugin
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
Store
Plugin.
onStart