low constant

SpoofDetectionConfig const low

Low sensitivity - fewer false positives.

Implementation

static const SpoofDetectionConfig low = SpoofDetectionConfig(
  enabled: true,
  sensitivity: SpoofSensitivity.low,
  minFactorsForDetection: 3,
  blockMockLocations: false,
);