totpStep3Title method

String totpStep3Title(
  1. BuildContext context
)

The header for the third step of TOTP setup

Implementation

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