getDownloadFilePath static method

String? getDownloadFilePath(
  1. String fileName
)

获取下载文件的完整路径

Gets the full path of a downloaded file.

Implementation

static String? getDownloadFilePath(String fileName) =>
    getFilePath(FolderType.download, fileName);