cookieConsentCategoryExampleFunctional top-level property

CookeConsentCategory cookieConsentCategoryExampleFunctional
final

Implementation

final cookieConsentCategoryExampleFunctional = CookeConsentCategory(
  id: 'functional',
  name: 'Functional Cookies',
  description:
      'Functional cookies help perform certain functionalities like sharing '
      'the content of the website on social media platforms, collecting feedback, '
      'and other third-party features.',
);