stop method

Future<void> stop()

stops the watcher

Implementation

Future<void> stop() => _stop(removeEvents: true);