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