goToStep method

void goToStep(
  1. FxEmailAuthStep step
)

Implementation

void goToStep(FxEmailAuthStep step) {
  state = state.copyWith(step: step, error: null);
}