handleWatchKillAll function

Future<void> handleWatchKillAll()

Implementation

Future<void> handleWatchKillAll() async {
  await killAllWatchers();
}