SMKitConfig constructor

const SMKitConfig({
  1. bool? enableIntelligenceRest,
  2. bool? allowAudioMixing,
  3. bool? showExternalAudioControl,
  4. bool? showRowingPhoneCalibration,
  5. bool? enableWatchCompanion,
  6. bool? enableHeartRateRest,
  7. int? heartRateRestThreshold,
  8. bool? accuratePoseEstimation,
  9. SkeletonConfig? skeletonConfig,
  10. List<SMKitPauseType>? pauseTypes,
})

Implementation

const SMKitConfig({
  this.enableIntelligenceRest,
  this.allowAudioMixing,
  this.showExternalAudioControl,
  this.showRowingPhoneCalibration,
  this.enableWatchCompanion,
  this.enableHeartRateRest,
  this.heartRateRestThreshold,
  this.accuratePoseEstimation,
  this.skeletonConfig,
  this.pauseTypes,
});