getAndroidDownloadPaths static method

Future<List<String>> getAndroidDownloadPaths()

获取Android外部存储-下载类型文件的路径

Implementation

static Future<List<String>> getAndroidDownloadPaths() async =>
    await getAppExternalStoragePaths(type: StorageDirectoryType.downloads);