FlowMVI
Toggle table of contents
native
Platform filter
native
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.store
/
NativeStore
/
NativeStore
Native
Store
native
constructor
(
store
:
Store
<
S
,
I
,
A
>
,
autoStart
:
Boolean
=
false
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Main.immediateOrDefault)
)
Parameters
auto
Start
whether to start the store immediately, false by default.