resetThirdsCounter method

void resetThirdsCounter()

Sets the thirdsCounter to 0 and calls notifyListeners

Implementation

void resetThirdsCounter(){
  thirdsCounter = 0;
  notifyListeners();
}