HEALTHKIT_ACTIVITY_READ constant

Scope const HEALTHKIT_ACTIVITY_READ

Views the activity data (such as activity points, workout, strength, running posture, cycling, and activity duration) in HUAWEI Health Kit.

Implementation

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