VerticalFeedCreatedCallback typedef
VerticalFeedCreatedCallback =
void Function(VerticalFeedController controller)
VerticalFeed created callback
Implementation
typedef VerticalFeedCreatedCallback = void Function(
VerticalFeedController controller,
);