-
-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Description
I am using this code to cache files on my app:
var audioFile = await DefaultCacheManager().getSingleFile('fileUrl');
When I ran the app, the files are being cached. But I can not find the path where the files are cached on the device.
This is the address which I get on debug mode:
"/data/user/0/{my_package_name}/cache/libCachedImageData/3a65ece0-5366-11eb-91e0-0f0ba53cd292.mp4"
But there is no such path on my device.
Metadata
Metadata
Assignees
Labels
No labels