updateRouteParam method
Dispatches an action that updates the route parameter for the specified screen.
Implementation
void updateRouteParam(AFRouteParam param) {
dispatch(AFNavigateSetParamAction(
param: param,
));
}
Dispatches an action that updates the route parameter for the specified screen.
void updateRouteParam(AFRouteParam param) {
dispatch(AFNavigateSetParamAction(
param: param,
));
}