Open
Description
Describe the problem
Invoking the download() method in tauri-plugin-upload locks the main thread when downloading on Android.
This issue does not occur on iOS, macOS or Windows.
Describe the solution you'd like
Invoking the method should not lock the main thread.
Alternatives considered
Use tauri-plugin-download which is fully asynchronous and non-blocking.
Additional context
N/A