sendCustomNotification static method
发送自定义通知
Implementation
static Future<NIMResult<void>> sendCustomNotification(
CustomNotification notification) {
return NimCore.instance.systemMessageService
.sendCustomNotification(notification);
}
发送自定义通知
static Future<NIMResult<void>> sendCustomNotification(
CustomNotification notification) {
return NimCore.instance.systemMessageService
.sendCustomNotification(notification);
}