getDownloadFolderPath method
dynamic
getDownloadFolderPath()
Implementation
getDownloadFolderPath() async {
return await ExternalPath.getExternalStoragePublicDirectory(
ExternalPath.DIRECTORY_DOWNLOAD);
}