sendSystemNotification method
发送系统通知
Implementation
Future<NIMResult<QChatSendSystemNotificationResult>> sendSystemNotification(
QChatSendSystemNotificationParam param) {
return _platform.sendSystemNotification(param);
}
发送系统通知
Future<NIMResult<QChatSendSystemNotificationResult>> sendSystemNotification(
QChatSendSystemNotificationParam param) {
return _platform.sendSystemNotification(param);
}