sendSystemNotification method

Future<NIMResult<QChatSendSystemNotificationResult>> sendSystemNotification(
  1. QChatSendSystemNotificationParam param
)

发送系统通知

Implementation

Future<NIMResult<QChatSendSystemNotificationResult>> sendSystemNotification(
    QChatSendSystemNotificationParam param) {
  return _platform.sendSystemNotification(param);
}