widgetStorycircle method
Implementation
StoryWidgetBundle widgetStorycircle({
List<StoryList>? cachedStoryList,
Function(List<StoryList> updatedStories)? onStoryUpdated,
}) {
return widgetSocialStory(
service,
cachedStoryList: cachedStoryList,
onStoryUpdated: onStoryUpdated,
);
}