resetTrialCounter method

void resetTrialCounter()

Sets to 0 the trialCounter and calls notifyListeners

Implementation

void resetTrialCounter(){
  trialCounter = 0;
  notifyListeners();
}