setTemporalFolderPath static method

void setTemporalFolderPath(
  1. String path
)

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;