flutter_cache_manager
flutter_cache_manager copied to clipboard
getFileFromMemory() method still uses file system IO and returns a Future
💬 Questions and Help
Hello, I have a question - how can I access the file from in-memory storage synchronously, ideally without touching the file system IO? The getFileFromMemory()
method returns future, and I really need the file access to be instantaneous.