noAccount method

String noAccount(
  1. BuildContext context
)

Hint text for the 'Go to Sign Up' button

Implementation

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