lostCode method

String lostCode(
  1. BuildContext context
)

Question for button to resend code

Implementation

String lostCode(BuildContext context) {
  return AuthenticatorLocalizations.buttonsOf(context).lostCode;
}