totpStep3Body method

String totpStep3Body(
  1. BuildContext context
)

The Body text for step three step of TOTP setup

Implementation

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