VerticalFeedLoadedCallback typedef
VerticalFeedLoadedCallback =
void Function(List<VerticalFeedGroup> feedGroupList, String dataSource)
VerticalFeed loaded callback
Implementation
typedef VerticalFeedLoadedCallback = void Function(
List<VerticalFeedGroup> feedGroupList,
String dataSource,
);