navigateTo method

void navigateTo(
  1. VerificationStep step
)

Implementation

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