HEALTHKIT_HEARTHEALTH_READ constant

Scope const HEALTHKIT_HEARTHEALTH_READ

Views the heart health data (such as heart rate variability and ECG) from Health Kit.

Implementation

static const Scope HEALTHKIT_HEARTHEALTH_READ = Scope._(
  'https://www.huawei.com/healthkit/hearthealth.read',
);