GADConfig constructor

GADConfig({
  1. bool? isConflictMsgEnabled,
  2. List<int>? purposeIds,
  3. Map<String, String>? conflictMessage,
})

Implementation

GADConfig({
  this.isConflictMsgEnabled,
  this.purposeIds,
  this.conflictMessage,
});