notDetermined constant

TrackingPermissionState const notDetermined

Implementation

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