forgotPassword method
Hint text for the 'Go to Reset Password' button
Implementation
String forgotPassword(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).forgotPassword;
}
Hint text for the 'Go to Reset Password' button
String forgotPassword(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).forgotPassword;
}