resendSystemNotification method

重发系统通知

Implementation

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