setStartTime method
Assigns the current time and date to start and calls notifyListeners
Implementation
void setStartTime(){
start = DateTime.now();
notifyListeners();
}
Assigns the current time and date to start and calls notifyListeners
void setStartTime(){
start = DateTime.now();
notifyListeners();
}