ReduxProvider top-level property

UiFactory<ReduxProviderProps> ReduxProvider
getter/setter pair

ReduxProvider makes the store available to any nested components that have been wrapped in the connect() function.

You cannot use a connected component unless it is nested inside of a ReduxProvider.

See: react-redux.js.org/api/provider

Implementation

UiFactory<ReduxProviderProps> ReduxProvider = uiJsComponent(
    ReactJsReactReduxComponentFactoryProxy(JsReactRedux.Provider, isProvider: true),
    _$ReduxProviderConfig,
);