FeedMenuModelTrigger typedef

FeedMenuModelTrigger = dynamic Function(List<FeedMenuModel?> list)

Implementation

typedef FeedMenuModelTrigger = Function(List<FeedMenuModel?> list);