goToLastStep method

void goToLastStep()

Jump to the last step

Implementation

void goToLastStep() => _journeyHelper.goToStep(totalSteps - 1);