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