setCurrentMonth method

void setCurrentMonth(
  1. DateMonth currentMonth
)

Implementation

void setCurrentMonth(DateMonth currentMonth) =>
    _option.setCurrentMonth(currentMonth);