putAllByUniqueKey method

Future<List<Id>> putAllByUniqueKey(
  1. List<SearchHistoryItem> objects
)

Implementation

Future<List<Id>> putAllByUniqueKey(List<SearchHistoryItem> objects) {
  return putAllByIndex(r'uniqueKey', objects);
}