nextMonth static method

dynamic nextMonth()

Implementation

static nextMonth() {
  TimelineCalendar.dateTime =
      TimelineCalendar.calendarProvider.getNextMonthDateTime();
}