haveAccount method

String haveAccount(
  1. BuildContext context
)

Hint text for the 'Go to Sign In' button

Implementation

String haveAccount(BuildContext context) {
  return AuthenticatorLocalizations.buttonsOf(context).haveAccount;
}