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