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