resendSystemNotification method

Future<NIMResult<QChatSendSystemNotificationResult>> resendSystemNotification(
  1. QChatResendSystemNotificationParam param
)

重发系统通知

Implementation

Future<NIMResult<QChatSendSystemNotificationResult>> resendSystemNotification(
    QChatResendSystemNotificationParam param) {
  return _platform.resendSystemNotification(param);
}