strict constant
Financial/security grade - strictest detection.
Implementation
static const SpoofDetectionConfig strict = SpoofDetectionConfig(
enabled: true,
sensitivity: SpoofSensitivity.maximum,
minFactorsForDetection: 1,
blockMockLocations: true,
checkMockProvider: true,
checkDeveloperOptions: true,
checkMockMode: true,
maxPossibleSpeedKph: 350, // High-speed train max
);