获取下载文件的完整路径
Gets the full path of a downloaded file.
static String? getDownloadFilePath(String fileName) => getFilePath(FolderType.download, fileName);