watch method

ClientBuilder watch(
  1. List<Glob> globs
)

Implementation

ClientBuilder watch(List<Glob> globs) {
  _watchedFiles.addAll(globs);
  return this;
}