verifyAttribute static method

VerifyUserFormField<CognitoUserAttributeKey> verifyAttribute({
  1. Key? key,
  2. FormFieldValidator<CognitoUserAttributeKey>? validator,
})

Implementation

static VerifyUserFormField<CognitoUserAttributeKey> verifyAttribute({
  Key? key,
  FormFieldValidator<CognitoUserAttributeKey>? validator,
}) =>
    _VerifyUserRadioField(
      key: keyVerifyUserRadioButtonFormField,
      field: VerifyAttributeField.verify,
      validator: validator,
    );