setRecordAppStartTime method

CountlyConfig setRecordAppStartTime(
  1. bool recordAppStartTime
)

Enable the recording of the app start time

Implementation

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