continueLabel method
Label of confirm forms' button
Implementation
String continueLabel(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).continueLabel;
}
Label of confirm forms' button
String continueLabel(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).continueLabel;
}