resetPartialTimes method
Resets partialTimes by assigning it an empty list and calls notifyListeners
Implementation
void resetPartialTimes(){
partialTimes = [];
}
Resets partialTimes by assigning it an empty list and calls notifyListeners
void resetPartialTimes(){
partialTimes = [];
}