menu
fluent_editor package
documentation
comments/comment_provider.dart
CommentProvider
addReply abstract method
addReply abstract method
dark_mode
light_mode
addReply
abstract method
void
addReply
(
String
commentId
,
String
author
,
String
text
)
Adds a reply to an existing comment.
Implementation
void addReply(String commentId, String author, String text);
fluent_editor package
documentation
comments/comment_provider
CommentProvider
addReply abstract method
CommentProvider class