continueLabel method

String continueLabel(
  1. BuildContext context
)

Label of confirm forms' button

Implementation

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