AppCenterOptions constructor

const AppCenterOptions({
  1. Duration sendLogsTimeout = const Duration(seconds: 10),
  2. int logsBatchSize = 5,
  3. Duration minDelayBetweenRequests = const Duration(seconds: 15),
  4. String? logsDbPath,
  5. String? installId,
  6. Device? device,
})

Implementation

const AppCenterOptions({
  this.sendLogsTimeout = const Duration(seconds: 10),
  this.logsBatchSize = 5,
  this.minDelayBetweenRequests = const Duration(seconds: 15),
  this.logsDbPath,
  this.installId,
  this.device,
});