toggle menu
FlowMVI
3.1.0-beta01
native
switch theme
search in API
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.