EmulatorDetectionMethod class abstract
- Implementers
- BlueStacksDetectionMethod
- BoardEmulatorMethod
- BootloaderMethod
- BrandModelMismatchMethod
- BuildTypeMethod
- ClusteredCiSignalsMethod
- DeviceEmulatorMethod
- EmulatorFilesMethod
- FingerprintCIMethod
- FingerprintDevKeysMethod
- HardwareEmulatorMethod
- HardwareX86Method
- HostCIMethod
- HostJenkinsMethod
- IsEmulatorMethod
- IsSimulatorMethod
- LDPlayerDetectionMethod
- ManufacturerUnknownMethod
- MEmuDetectionMethod
- ModelCpuMismatchMethod
- ModelEmulatorMethod
- PixelFeaturesMethod
- ProductEmulatorMethod
- SystemFeaturesEmptyMethod
Constructors
- EmulatorDetectionMethod({required double score, String? reason})
Properties
Methods
-
execute(
) → Future< ({String? reason, double score})> - Executes the method and returns a score between 0 and 100
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited