getPreloadFilePath static method

String? getPreloadFilePath(
  1. String fileName
)

获取预加载文件的完整路径

Gets the full path of a preload file.

Implementation

static String? getPreloadFilePath(String fileName) =>
    getFilePath(FolderType.preload, fileName);