getCacheDir static method

String? getCacheDir()

Implementation

static String? getCacheDir() {
  return _platform['CACHE_DIR'];
}