getSystemTempDirectory method
Returns the system temporary directory.
When this override is installed, this function overrides the behavior of
Directory.systemTemp
.
Implementation
Directory getSystemTempDirectory() => _Directory.systemTemp;
Returns the system temporary directory.
When this override is installed, this function overrides the behavior of
Directory.systemTemp
.
Directory getSystemTempDirectory() => _Directory.systemTemp;