menu
neom_core package
documentation
domain/use_cases/timeline_service.dart
TimelineService
addCommentToPost abstract method
addCommentToPost abstract method
dark_mode
light_mode
addCommentToPost
abstract method
void
addCommentToPost
(
String
postId
,
PostComment
newComment
)
Implementation
void addCommentToPost(String postId, PostComment newComment);
neom_core package
documentation
domain/use_cases/timeline_service
TimelineService
addCommentToPost abstract method
TimelineService class