Hi Aiman,
You can use Httpclient to download the file and use the storage api to save the file in local application folder;
var httpclient=new Httpclient(url:fileurl);
httpclient.getstreamAsyc();
No comments:
Post a Comment