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