resetPassword method
The title for the reset password Widget.
Implementation
String resetPassword(BuildContext context) {
return AuthenticatorLocalizations.titlesOf(context).resetPassword;
}
The title for the reset password Widget.
String resetPassword(BuildContext context) {
return AuthenticatorLocalizations.titlesOf(context).resetPassword;
}