cookieConsentCategoryExampleNecessary top-level property

CookeConsentCategory cookieConsentCategoryExampleNecessary
final

Implementation

final cookieConsentCategoryExampleNecessary = CookeConsentCategory(
  id: 'necessary',
  name: 'Strictly Necessary Cookies',
  description:
      'Necessary cookies are required to enable the basic features of this site, '
      'such as providing secure log-in or adjusting your consent preferences. '
      'These cookies do not store any personally identifiable data.',
);