void cancel()

in lib/cli_logging.dart [214:219]


  void cancel() {
    if (_timer.isActive) {
      _timer.cancel();
      _updateDisplay(cancelled: true);
    }
  }