reset method

void reset()

Implementation

void reset() {
  error = null;
  warning = null;
  finalResultsString = null;
  seconds = 60;
  notifyListeners();
}