watchDirectory method

Stream<bool> watchDirectory(
  1. String path
)

Implementation

Stream<bool> watchDirectory(String path) {
  network("WATCH DIR $path");
  return onWatchDirectory(VPaths.sanitize(path));
}