totpStep1Title method

String totpStep1Title(
  1. BuildContext context
)

The header for the first step of TOTP setup

Implementation

String totpStep1Title(BuildContext context) {
  return AuthenticatorLocalizations.instructionsOf(context).totpStep1Title;
}