ConsentDebugSettings constructor

ConsentDebugSettings({
  1. List<String>? testDeviceIds,
  2. DebugGeography geography = DebugGeography.disabled,
})

Creates settings for debugging or testing.

Implementation

ConsentDebugSettings({
  this.testDeviceIds,
  this.geography = DebugGeography.disabled,
});