DevicesResource class

Constructors

DevicesResource(ApiRequester client)

Properties

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

Methods

create(GoogleFirebaseApptestersV1alphaDevice request, {String? $fields}) Future<GoogleFirebaseApptestersV1alphaDevice>
Creates a device
get(String name, {String? $fields}) Future<GoogleFirebaseApptestersV1alphaDevice>
Get a single device
list({int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseApptestersV1alphaListDevicesResponse>
Get a list of devices for a tester A device represents a physical device that is used by a tester to test an app.
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