getTempDir static method

String? getTempDir()

Implementation

static String? getTempDir() {
  return _platform['TEMP'];
}