AdropConsentResult constructor
- required AdropConsentStatus status,
- required bool canRequestAds,
- required bool canShowPersonalizedAds,
- String? error,
Implementation
AdropConsentResult({
required this.status,
required this.canRequestAds,
required this.canShowPersonalizedAds,
this.error,
});