SystemFeaturesEmptyMethod class
Detection method that checks if the device has no system features.
This method examines the device's system features property to detect emulators. Many Android emulators return an empty list as the system features value.
Reliability: Medium (70-80%)
- Good indicator for many emulators
- Easy to spoof by modifying device properties
Score: 5 points when system features are empty
Performance: Fast - only checks list property
- Inheritance
-
- Object
- EmulatorDetectionMethod
- SystemFeaturesEmptyMethod
Constructors
- SystemFeaturesEmptyMethod({double score = 5, String? reason = "No system features detected"})
Properties
Methods
-
execute(
) → Future< ({String? reason, double score})> -
Executes the method and returns a score between 0 and 100
override
-
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