foregroundOnly constant

TrackingPermissionState const foregroundOnly

Implementation

static const foregroundOnly = TrackingPermissionState(
  platform: 'fake',
  location: LocationPermissionLevel.whileInUse,
  locationServiceEnabled: true,
  preciseLocation: true,
  activityRecognitionGranted: true,
  notificationGranted: true,
);