Using await ImagePicker.pickImage(…), you are already on the right track because the function returns a File. The File class has a copy method.
確定! 回上一頁