coreReducer top-level property
Implementation
final coreReducer = combineReducers<CoreState>([
TypedReducer<CoreState, SetAppInfoAction>(_setAppInfo),
]);
final coreReducer = combineReducers<CoreState>([
TypedReducer<CoreState, SetAppInfoAction>(_setAppInfo),
]);