You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kown you can add function addAll to MiddlewareBuilder. But I have found it in MiddlewareBuilder. Why not add this function. I don't want to invoke add function every time
example
Map<ActionName, MiddlewareHandler<HomeState, HomeStateBuilder, HomeActions, dynamic>> other ={
HomeActionsNames.homeIncreaseAsync:_homeIncrease,
};
MiddlewareBuilder..addAll(other)
The text was updated successfully, but these errors were encountered:
I kown you can add function
addAll
to MiddlewareBuilder. But I have found it in MiddlewareBuilder. Why not add this function. I don't want to invokeadd
function every timeexample
The text was updated successfully, but these errors were encountered: