getTemporalFolderPath static method

String getTemporalFolderPath()

Returns the temporary directory path.

On web, this returns the value set by setTemporalFolderPath or an empty string by default.

Implementation

static String getTemporalFolderPath() => _temporalDir;