postComment abstract method

Future<Comment?> postComment(
  1. Comment comment,
  2. CommentConfig config
)

Post a new comment

Implementation

Future<Comment?> postComment(Comment comment, CommentConfig config);