setDeviceId method
unique ID for the device the app is running on.
Implementation
InTrackConfig setDeviceId(String deviceID) {
_deviceID = deviceID;
return this;
}
unique ID for the device the app is running on.
InTrackConfig setDeviceId(String deviceID) {
_deviceID = deviceID;
return this;
}