shareAdvertisingId method

ConfigBuilder shareAdvertisingId([
  1. bool shareAdvertisingId = true
])

Implementation

ConfigBuilder shareAdvertisingId([bool shareAdvertisingId = true]) {
  _shareAdvertisingId = shareAdvertisingId;
  _shareAdvertisingIdSet = true;
  return this;
}