HEALTHKIT_LOCATION_READ constant

Scope const HEALTHKIT_LOCATION_READ

Views the location data (including the trajectory) in HUAWEI Health Kit.

Implementation

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