all property
List<DeviceInfo>
get
all
All available devices.
Implementation
static List<DeviceInfo> get all => [
...ios.all,
...android.all,
...windows.all,
...macOS.all,
...linux.all,
];