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