totpStep1Body method

String totpStep1Body(
  1. BuildContext context
)

The Body text for step first step of TOTP setup

Implementation

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