retrieveDatesForNextMonth method

List<DayModel> retrieveDatesForNextMonth()

Returns the dates for the next month.

Implementation

List<DayModel> retrieveDatesForNextMonth() {
  return controller.retrieveDatesForMonth(nextMonth);
}