Future<String> getCacheDirPath() async { final tempDir = await getTemporaryDirectory(); final cacheDirPath = tempDir.path; return cacheDirPath; }