VerticalFeedOnProductHydrationCallback typedef
VerticalFeedOnProductHydrationCallback =
void Function(List<ProductInformation> products)
VerticalFeed on product hydration callback
Implementation
typedef VerticalFeedOnProductHydrationCallback = void Function(
List<ProductInformation> products,
);