high constant

SpoofDetectionConfig const high

High sensitivity - more aggressive detection.

Implementation

static const SpoofDetectionConfig high = SpoofDetectionConfig(
  enabled: true,
  sensitivity: SpoofSensitivity.high,
  minFactorsForDetection: 1,
  blockMockLocations: true,
);