StorylyViewOnProductHydrationCallback typedef

StorylyViewOnProductHydrationCallback = void Function(List<String> groupIds)

StorylyView on product hydration callback

Implementation

typedef StorylyViewOnProductHydrationCallback = void Function(
  List<String> groupIds,
);