downloadPath property

String? get downloadPath

获取下载文件夹路径

Gets the download folder path.

Implementation

static String? get downloadPath => getFolderPath(FolderType.download);