HEALTHKIT_ACTIVITY_WRITE constant

Scope const HEALTHKIT_ACTIVITY_WRITE

Stores 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_WRITE = Scope._(
  'https://www.huawei.com/healthkit/activity.write',
);