FeedFrontModelTrigger typedef
FeedFrontModelTrigger =
dynamic Function(List<FeedFrontModel?> list)
Implementation
typedef FeedFrontModelTrigger = Function(List<FeedFrontModel?> list);
typedef FeedFrontModelTrigger = Function(List<FeedFrontModel?> list);