currentStepIndex method

int currentStepIndex(
  1. Step step
)

Returns the index of the given step in the survey.

Implementation

int currentStepIndex(Step step) {
  return taskNavigator.currentStepIndex(step);
}