setStartTime method

void setStartTime()

Assigns the current time and date to start and calls notifyListeners

Implementation

void setStartTime(){
  start = DateTime.now();
  notifyListeners();
}