getTemporalFolderPath static method
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;
Returns the temporary directory path.
On web, this returns the value set by setTemporalFolderPath or an empty string by default.
static String getTemporalFolderPath() => _temporalDir;