goToLastStep method

void goToLastStep()

Jump to the last step

Implementation

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