updateSystemNotification method
更新系统通知,除了更新自定义系统通知外,还允许更新邀请服务器成员、 拒绝邀请、申请加入服务器、拒绝申请这几种内置系统通知
Implementation
Future<NIMResult<QChatUpdateSystemNotificationResult>>
updateSystemNotification(QChatUpdateSystemNotificationParam param) {
return _platform.updateSystemNotification(param);
}