byPlatform static method
Implementation
static List<Device> byPlatform(DevicePlatform platform) {
return allDevices.where((device) => device.platform == platform).toList();
}
static List<Device> byPlatform(DevicePlatform platform) {
return allDevices.where((device) => device.platform == platform).toList();
}