podFilesChangeNotifier top-level property
final
Notifier for file system changes. Increments when files are added, deleted, or modified. UI components can listen to this to refresh their views.
Implementation
final podFilesChangeNotifier = ValueNotifier<int>(0);