sendCustomNotification static method

Future<NIMResult<void>> sendCustomNotification(
  1. CustomNotification notification
)

发送自定义通知

Implementation

static Future<NIMResult<void>> sendCustomNotification(
    CustomNotification notification) {
  return NimCore.instance.systemMessageService
      .sendCustomNotification(notification);
}