seCollectAdvertisingId method

InTrackConfig seCollectAdvertisingId(
  1. bool value
)

Implementation

InTrackConfig seCollectAdvertisingId(bool value) {
  _collectAdvertisingId = value;
  return this;
}