MonthChangedCallBack typedef

MonthChangedCallBack = void Function(MonthAndYear monthAndYear)

when the current month is changed

Implementation

typedef void MonthChangedCallBack(MonthAndYear monthAndYear);