SpoofDetector class

Analyzer for detecting spoofed locations.

Constructors

SpoofDetector(SpoofDetectionConfig config)
Creates a spoof detector with the given configuration.

Properties

config SpoofDetectionConfig
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyze(Location location, {bool? isMockProvider}) SpoofDetectionEvent?
Analyzes a location for spoofing indicators.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the detector state.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited