setDeviceId method

InTrackConfig setDeviceId(
  1. String deviceID
)

unique ID for the device the app is running on.

Implementation

InTrackConfig setDeviceId(String deviceID) {
  _deviceID = deviceID;
  return this;
}