file property

Future<File?> file

If you need upload file ,then you can use the file, nullable.

If you need to see the loading status, look at the loadFile.

Implementation

Future<File?> get file async => PhotoManager._getFileWithId(this.id);