getSystemTempDirectory method

Directory getSystemTempDirectory ()

Returns the system temporary directory.

When this override is installed, this function overrides the behavior of Directory.systemTemp.

Implementation

Directory getSystemTempDirectory() => _Directory.systemTemp;