totpStep2Body method

String totpStep2Body(
  1. BuildContext context
)

The Body text for step second step of TOTP setup

Implementation

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