getTemporalFolderPath static method

String getTemporalFolderPath()

Returns the absolute path to the system's temporary directory.

By default, this returns the system's temporary directory path (Directory.systemTemp.path). The path can be customized using setTemporalFolderPath.

Implementation

static String getTemporalFolderPath() => _temporalDir;