menu
flutter_cache_cleaner package
documentation
core/cache_cleaner.dart
CleanResult
failedPaths property
failedPaths property
dark_mode
light_mode
failedPaths
property
Map
<
String
,
String
>
failedPaths
final
Paths that failed to delete (with error messages).
Implementation
final Map<String, String> failedPaths;
flutter_cache_cleaner package
documentation
core/cache_cleaner
CleanResult
failedPaths property
CleanResult class