onStoryReplied property

(dynamic Function({String? message, String? storyID, StoryViewerController? viewerController})?) onStoryReplied
final

Implementation

final Function({
  StoryViewerController? viewerController,
  String? storyID,
  String? message,
})? onStoryReplied;