addQuickComment method
增加一条快捷评论
Implementation
Future<NIMResult<int>> addQuickComment(
NIMMessage msg,
int replyType,
String ext,
bool needPush,
bool needBadge,
String pushTitle,
String pushContent,
Map<String, Object> pushPayload) {
return _platform.addQuickComment(msg, replyType, ext, needPush, needBadge,
pushTitle, pushContent, pushPayload);
}