PrivacyConfig constructor

const PrivacyConfig({
  1. bool? allowPhoneState,
  2. String? imei,
  3. String? imsi,
  4. bool? allowAndroidId,
  5. String? androidId,
  6. bool? allowMac,
  7. bool? allowOaid,
  8. bool? allowIccid,
  9. bool? allowSerialNumber,
  10. bool? allowGaid,
  11. bool? allowOperatorInfo,
  12. bool? teenagerMode,
  13. bool? onlyIcpNumber,
})

Implementation

const PrivacyConfig({
  this.allowPhoneState,
  this.imei,
  this.imsi,
  this.allowAndroidId,
  this.androidId,
  this.allowMac,
  this.allowOaid,
  this.allowIccid,
  this.allowSerialNumber,
  this.allowGaid,
  this.allowOperatorInfo,
  this.teenagerMode,
  this.onlyIcpNumber,
});