flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

how to trigger a method after a background upload is finished ?

Open mhdkadi opened this issue 3 years ago • 0 comments

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?

mhdkadi avatar Mar 06 '22 09:03 mhdkadi