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