systemTempDirectory property

  1. @override
Directory get systemTempDirectory

Gets the system temp directory.

It is left to file system implementations to decide how to define the "system temp directory".

Implementation

@override
Directory get systemTempDirectory => LocalFileSystem().systemTempDirectory;