flutter_uploader
flutter_uploader copied to clipboard
how to trigger a method after a background upload is finished ?
I need my application to encrypt a text file and save it to local storage after downloading it using the flutter uploader . so how can I use my dart function that encrypts and save files?