How to download large files efficiently and very fast using native plugin?

I want to download a file which is of 200mb, I am using ionic with capacitor, I want to know how I can quickly download a file efficiently wihout getting out of memory issue.

Have you tried the downloadFile method on the @capacitor/filesystem plugin?