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