all property

List<DeviceInfo> get all

All available devices.

Implementation

List<DeviceInfo> get all => [
      //Phones
      samsungGalaxyA50,
      samsungGalaxyS20,
      samsungGalaxyNote20Ultra,
      onePlus8Pro,
    ];