CalendarMonthRepository constructor

CalendarMonthRepository({
  1. required AbstractApiInterface apiInterface,
})

Creates a new instance of CalendarMonthRepository.

Implementation

CalendarMonthRepository({required this.apiInterface});