📅  最后修改于: 2022-03-11 14:54:57.333000             🧑  作者: Mango
storedImage = File(imageFile.path); //imagefile is of type pickedfile /* imagefile = picker.getImage() */
//File is available after imporing dart:io library
//to use 'path' you might want to add 'path' plugin from pub.dev