addWatchedFile method

Client addWatchedFile(
  1. File file
)

Implementation

Client addWatchedFile(File file) {
  _watcherConfig.watchedFiles.add(file);
  return this;
}