RPResultSelector.forStepId constructor

RPResultSelector.forStepId(String stepId)

Use this constructor if the step which the navigation rule is bound to, is a regular step

Implementation

RPResultSelector.forStepId(String stepId) {
  getResult = () {
    return _resultForStepId(stepId);
  };
}