storeFactory function

StoreImpl storeFactory()

Implementation

StoreImpl storeFactory() {
  return StoreImpl();
}