removeQuickComment method

Future<NIMResult<void>> removeQuickComment(
  1. QChatRemoveQuickCommentParam param
)

删除一条快捷评论

Implementation

Future<NIMResult<void>> removeQuickComment(
    QChatRemoveQuickCommentParam param) {
  return _platform.removeQuickComment(param);
}