skip method

String skip(
  1. BuildContext context
)

Label of button to skip the current step or action.

Implementation

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