ConsentUpdateListener typedef

ConsentUpdateListener = void Function(ConsentUpdateEvent? event, {List<AdProvider>? adProviders, ConsentStatus? consentStatus, String? description, bool? isNeedConsent})

Implementation

typedef ConsentUpdateListener = void Function(
  ConsentUpdateEvent? event, {
  ConsentStatus? consentStatus,
  bool? isNeedConsent,
  List<AdProvider>? adProviders,
  String? description,
});