setResetTimeTraining method

void setResetTimeTraining()

Establece el tiempo actual null y notifica a los listeners.

Implementation

void setResetTimeTraining() {
  _timeTraining = null;
  _originalTime = null;
  isDnfChoose = false;
  isPlusTwoChoose = false;
  isComment = false;
  searchComment = null;
  searchTime = null;
  // NOTIFICA A LOS LISTENERS QUE EL ESTADO HA CAMBIADO
  notifyListeners();
}