queryQuickComment method

获取快捷评论列表

Implementation

Future<NIMResult<List<NIMQuickCommentOptionWrapper>>> queryQuickComment(
    List<NIMMessage> msgList) {
  throw UnimplementedError('queryQuickComment() is not implemented');
}