goToAuthStep method
void
goToAuthStep(
- AuthStep step
Implementation
void goToAuthStep(AuthStep step) {
read(authFlowControllerProvider.notifier).goToStep(step);
}
void goToAuthStep(AuthStep step) {
read(authFlowControllerProvider.notifier).goToStep(step);
}