resendSystemNotification method
重发系统通知
Implementation
Future<NIMResult<QChatSendSystemNotificationResult>> resendSystemNotification(
QChatResendSystemNotificationParam param) {
return _platform.resendSystemNotification(param);
}
重发系统通知
Future<NIMResult<QChatSendSystemNotificationResult>> resendSystemNotification(
QChatResendSystemNotificationParam param) {
return _platform.resendSystemNotification(param);
}