menu
armoyu_widgets package
documentation
sources/social/controllers/story_controller.dart
StoryController
StoryController.new constructor
StoryController.new constructor
dark_mode
light_mode
StoryController
constructor
StoryController
(
{
required
ARMOYUServices
service
,
List
<
StoryList
>
?
cachedStoryList
,
dynamic
onStoryUpdated
(
List
<
StoryList
>
updatedStories
)?,
})
Implementation
StoryController({ required this.service, this.cachedStoryList, this.onStoryUpdated, });
armoyu_widgets package
documentation
sources/social/controllers/story_controller
StoryController
StoryController.new constructor
StoryController class