changePassword method
Label of change password button on ConfirmSignInNewPassword Form
Implementation
String changePassword(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).changePassword;
}
Label of change password button on ConfirmSignInNewPassword Form
String changePassword(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).changePassword;
}