static List<int> bytesFromImageFile(String path) { File imgFile = File(path); return imgFile.readAsBytesSync(); }