watchedPaths property

List<String> get watchedPaths

All watched paths.

Implementation

List<String> get watchedPaths =>
    _subscriptions.values.map((s) => s.path).toList();