DateRemindObjectResolver typedef

DateRemindObjectResolver = void Function(List<DateRemind> dr)

Resolving date remind object which crawl from other sources

dr is the List of Events and Holiday which stored in DateRemindList internally

Implementation

typedef DateRemindObjectResolver = void Function(List<DateRemind> dr);