navigateTo method
void
navigateTo(
Implementation
void navigateTo(VerificationStep step) {
state = state.copyWith(currentStep: step);
}
void navigateTo(VerificationStep step) {
state = state.copyWith(currentStep: step);
}