addQuickComment method

Future<NIMResult<void>> addQuickComment(
  1. QChatAddQuickCommentParam param
)

添加一条快捷评论

Implementation

Future<NIMResult<void>> addQuickComment(QChatAddQuickCommentParam param) {
  return _platform.addQuickComment(param);
}