watcher method
Watches the path for changes
Implementation
@visibleForTesting
FileWatcher watcher(String path) {
return FileWatcher(path);
}
Watches the path for changes
@visibleForTesting
FileWatcher watcher(String path) {
return FileWatcher(path);
}