EmulatorChecker class

Constructors

EmulatorChecker(Map<String, dynamic> properties)

Properties

hashCode int
The hash code for this object.
no setterinherited
properties Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyze() Map<String, dynamic>
checkFeaturesByBaseBand() CheckResult
checkFeaturesByBoard() CheckResult
checkFeaturesByCgroup() CheckResult
checkFeaturesByFlavor() CheckResult
checkFeaturesByHardware() CheckResult
checkFeaturesByHost() CheckResult
checkFeaturesByManufacturer() CheckResult
checkFeaturesByModel() CheckResult
checkFeaturesByPlatform() CheckResult
evaluateCheckResult(CheckResult result) int
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

Constants

RESULT_EMULATOR → const int
RESULT_MAYBE_EMULATOR → const int
RESULT_UNKNOWN → const int
THRESHOLD_SCORE → const int