all property

List<DeviceInfo> get all

All available devices.

Implementation

static List<DeviceInfo> get all => [
  ...standard.all,
  ...ios.all,
  ...android.all,
];