setUserConsent method
Future<void>
setUserConsent({
- bool? adsConsent = false,
- bool? adsStorageConsent = false,
- bool? analyticsConsent = false,
- bool? analyticsStorageConsent = false,
- bool? adsUserDataConsent = false,
- bool? personalisationStorageConsentGranted = false,
- bool? securityStorageConsentGranted = false,
- bool? functionalityConsent = false,
override
Implementation
@override
Future<void> setUserConsent({
bool? adsConsent = false,
bool? adsStorageConsent = false,
bool? analyticsConsent = false,
bool? analyticsStorageConsent = false,
bool? adsUserDataConsent = false,
bool? personalisationStorageConsentGranted = false,
bool? securityStorageConsentGranted = false,
bool? functionalityConsent = false,
}) async {
logger.debug(
this,
'$providerName: setUserConsent called - Sentry does not have granular consent controls like Firebase',
);
}