sendCustomNotification static method
发送自定义通知
Implementation
static Future<NIMResult<void>> sendCustomNotification(String conversationId,
String content, NIMSendCustomNotificationParams params) {
return NimCore.instance.notificationService
.sendCustomNotification(conversationId, content, params);
}