setIOSAuthKey method

InTrackConfig setIOSAuthKey(
  1. String authKey
)

Implementation

InTrackConfig setIOSAuthKey(String authKey) {
  _iosAuthKey = authKey;
  return this;
}