resetThirdsCounter method
Sets the thirdsCounter to 0 and calls notifyListeners
Implementation
void resetThirdsCounter(){
thirdsCounter = 0;
notifyListeners();
}
Sets the thirdsCounter to 0 and calls notifyListeners
void resetThirdsCounter(){
thirdsCounter = 0;
notifyListeners();
}