getNotificationUnreadCount static method

Future<NIMResult<int>> getNotificationUnreadCount()

查询系统通知的未读数

Implementation

static Future<NIMResult<int>> getNotificationUnreadCount() {
  return NimCore.instance.systemMessageService
      .querySystemMessageUnreadCount();
}