I\'m trying to build my first mobile application with flutter and firebase. When I try to display and store a photo I have the following issue :
error: T
to convert Future to File, add await in front of the function to make its argument a Future type!
Future
File
await
File file2 = await fixExifRotation(imageFile.path);