AndroidEmulator constructor

AndroidEmulator({
  1. bool googleApis = true,
  2. required String model,
  3. String? name,
  4. required String osVersion,
  5. String? uuid,
})

Implementation

AndroidEmulator({
  this.googleApis = true,
  required this.model,
  this.name,
  required this.osVersion,
  this.uuid,
});