toggleDate method

void toggleDate (DateTime date)

Implementation

void toggleDate(DateTime date) {
  state.toggleDateSelection(date);
}