systemTempDirectory property
override
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 => delegate.systemTempDirectory;