totpStep3Title method
The header for the third step of TOTP setup
Implementation
String totpStep3Title(BuildContext context) {
return AuthenticatorLocalizations.instructionsOf(context).totpStep3Title;
}
The header for the third step of TOTP setup
String totpStep3Title(BuildContext context) {
return AuthenticatorLocalizations.instructionsOf(context).totpStep3Title;
}