watch method

void watch()

Implementation

void watch() {
  WatchFolder(pathTo: folderPath, extension: 'smcat', onChanged: _onChanged);
}