sendCode method
Label of button for sending a confirmation code
Implementation
String sendCode(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).sendCode;
}
Label of button for sending a confirmation code
String sendCode(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).sendCode;
}