appCacheDir property
Directory
get
appCacheDir
Implementation
static Directory get appCacheDir {
if (_appCacheDir == null) {
throw Exception('app cache directory not initialized. Call init() first.');
}
return _appCacheDir!;
}