PreConsentOptions constructor
PreConsentOptions({
- required bool enabled,
- PreConsentStorageOptions? storage,
- PreConsentEventsOptions? events,
Implementation
PreConsentOptions({
required this.enabled,
this.storage,
this.events,
});