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