AndroidFirebaseTestLab class

Recover the list of Android devices that are defined in Firebase Test Lab.

Constructors

AndroidFirebaseTestLab({String? cachePath, bool excludeSameLogicalSize = true, bool excludeTablets = true, List<String> excludeModels = const []})
cachePath File path where the cache file with devices information is saved. excludeSameLogicalSize If a device is find with the same logical size than another device that already exists in the devices list, it is ignored. excludeModels Doesn't include in the device list these models.

Properties

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

Methods

devices() Future<List<TestScreenDevice>>
The list of Android devices defined in Firebase Test labs.
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