setRecordAppStartTime method
Enable the recording of the app start time
Implementation
CountlyConfig setRecordAppStartTime(bool recordAppStartTime) {
_recordAppStartTime = recordAppStartTime;
return this;
}
Enable the recording of the app start time
CountlyConfig setRecordAppStartTime(bool recordAppStartTime) {
_recordAppStartTime = recordAppStartTime;
return this;
}