tempPath property

String get tempPath

获取临时文件路径

Returns 临时文件目录的路径。

Implementation

static String get tempPath {
  return _temp;
}