updateRouteParam method

void updateRouteParam(
  1. AFRouteParam param
)
inherited

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

Implementation

void updateRouteParam(AFRouteParam param) {
  dispatch(AFNavigateSetParamAction(
    param: param,
  ));
}