获取Android外部存储-下载类型文件的路径
static Future<List<String>> getAndroidDownloadPaths() async => await getAppExternalStoragePaths(type: StorageDirectoryType.downloads);