verify method

String verify(
  1. BuildContext context
)

Label of button to verify a user after sign in

Implementation

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