appCacheDir static method

Future<Directory> appCacheDir()

获取应用缓存目录

Implementation

static Future<Directory> appCacheDir() async {
  return await getApplicationCacheDirectory();
}