ForgotPasswordButton constructor

const ForgotPasswordButton({
  1. Key? key,
})

A prebuilt button for changing the current step to AuthenticatorStep.resetPassword.

Implementation

const ForgotPasswordButton({super.key});