totpStep2Title method

String totpStep2Title(
  1. BuildContext context
)

The header for the second step of TOTP setup

Implementation

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