getTmpDir static method

String? getTmpDir()

Implementation

static String? getTmpDir() {
  return _platform['TMP'];
}