goToAuthStep method

void goToAuthStep(
  1. AuthStep step
)

Implementation

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