errorReducer top-level property
Implementation
final errorReducer = combineReducers<ErrorState>([
TypedReducer<ErrorState, ErrorAction>(_errorReducer),
TypedReducer<ErrorState, ClearErrorAction>(_clearErrorReducer),
]);
final errorReducer = combineReducers<ErrorState>([
TypedReducer<ErrorState, ErrorAction>(_errorReducer),
TypedReducer<ErrorState, ClearErrorAction>(_clearErrorReducer),
]);