PreConsentOptions constructor

PreConsentOptions({
  1. required bool enabled,
  2. PreConsentStorageOptions? storage,
  3. PreConsentEventsOptions? events,
})

Implementation

PreConsentOptions({
  required this.enabled,
  this.storage,
  this.events,
});