stop method

void stop()

Stop monitoring

Implementation

void stop() {
  _debounceTimer?.cancel();
  print('🔥 Stopped automatic hot reload monitoring');
}