NativeStore

constructor(store: Store<S, I, A>, autoStart: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Main.immediateOrDefault))

Parameters

autoStart

whether to start the store immediately, false by default.