tempNewFile property

String get tempNewFile

获取新的临时文件路径

Returns 新的临时文件路径。

Implementation

static String get tempNewFile {
  return _temp + '${Uuid().v4()}';
}