updateHierarchyRouteParam method

void updateHierarchyRouteParam(
  1. AFRouteParam param
)
inherited

Dispatches an action that updates the route parameter for the specified screen.

Implementation

void updateHierarchyRouteParam(AFRouteParam param) {
  dispatch(AFNavigateSetParamAction(param: param));
}