stopHotReload method

void stopHotReload()

Implementation

void stopHotReload() {
  _reloader?.stop();
  _reloader = null;
}