AndroidTestLoop constructor

AndroidTestLoop({
  1. FileReference? appApk,
  2. AppBundle? appBundle,
  3. String? appPackageId,
  4. List<String>? scenarioLabels,
  5. List<int>? scenarios,
})

Implementation

AndroidTestLoop({
  this.appApk,
  this.appBundle,
  this.appPackageId,
  this.scenarioLabels,
  this.scenarios,
});