haveAccount method
Hint text for the 'Go to Sign In' button
Implementation
String haveAccount(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).haveAccount;
}
Hint text for the 'Go to Sign In' button
String haveAccount(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).haveAccount;
}