StoresFactory<TStores> typedef

StoresFactory<TStores> = TStores Function(FeatureParentApi parentApi)

Synchronous factory that builds this feature's stores record. Runs once during AppContainer.start's construct phase with the feature's FeatureParentApi, so it can reach already-built parent stores.

Implementation

typedef StoresFactory<TStores> = TStores Function(FeatureParentApi parentApi);