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