setTemporalFolderPath static method
Sets a custom temporary folder path.
This is primarily for maintaining interface parity with the native implementation.
Implementation
static void setTemporalFolderPath(String path) => _temporalDir = path;
Sets a custom temporary folder path.
This is primarily for maintaining interface parity with the native implementation.
static void setTemporalFolderPath(String path) => _temporalDir = path;