podFilesChangeNotifier top-level property

ValueNotifier<int> podFilesChangeNotifier
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);