tempDir property
String
get
tempDir
Get platform-appropriate temp directory.
Implementation
String get tempDir => Directory.systemTemp.path;
Get platform-appropriate temp directory.
String get tempDir => Directory.systemTemp.path;