setRecordAppStartTime method

CountlyConfig setRecordAppStartTime(
  1. bool recordAppStartTime
)

Enables the recording of the app start time. This is now deprecated, use CountlyConfig.apm.enableAppStartTimeTracking instead

Implementation

CountlyConfig setRecordAppStartTime(bool recordAppStartTime) {
  _recordAppStartTime = recordAppStartTime;
  return this;
}