FeedModelTrigger typedef

FeedModelTrigger = dynamic Function(List<FeedModel?> list)

Implementation

typedef FeedModelTrigger = Function(List<FeedModel?> list);