NotificationModelTrigger typedef

NotificationModelTrigger = dynamic Function(List<NotificationModel?> list)

Implementation

typedef NotificationModelTrigger = Function(List<NotificationModel?> list);