menu
blueprint_flutter_core package
documentation
blueprint_auth.dart
EmailAuthFlowController
goToStep method
goToStep method
dark_mode
light_mode
goToStep
method
void
goToStep
(
FxEmailAuthStep
step
)
Implementation
void goToStep(FxEmailAuthStep step) { state = state.copyWith(step: step, error: null); }
blueprint_flutter_core package
documentation
blueprint_auth
EmailAuthFlowController
goToStep method
EmailAuthFlowController class