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