static getStores()

in src/container/FluxContainer.js [257:259]


    static getStores(props?: ?Props, context?: any): Array<FluxStore> {
      return getStores(props, context);
    }