skip method
Label of button to skip the current step or action.
Implementation
String skip(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).skip;
}
Label of button to skip the current step or action.
String skip(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).skip;
}