installChild
fun StoreBuilder<*, *, *>.installChild(children: Iterable<Store<*, *, *>>, force: Boolean? = null, blocking: Boolean = false, name: String? = null)
Create and install a new childStorePlugin.
fun StoreBuilder<*, *, *>.installChild(first: Store<*, *, *>, vararg other: Store<*, *, *>, force: Boolean? = null, blocking: Boolean = false, name: String? = null)
Create and install a new childStorePlugin