IosHealthConfig constructor

const IosHealthConfig({
  1. String dataPushMode = "automatic",
  2. bool backgroundDeliveryEnabled = false,
})

Implementation

const IosHealthConfig({
  this.dataPushMode = "automatic",
  this.backgroundDeliveryEnabled = false,
});