getSnapshotFilePath static method

String? getSnapshotFilePath(
  1. String fileName
)

获取截图文件的完整路径

Gets the full path of a snapshot file.

Implementation

static String? getSnapshotFilePath(String fileName) =>
    getFilePath(FolderType.snapshot, fileName);