putAllBySearchTerm method
- List<
DictionarySearchResult> objects
Implementation
Future<List<Id>> putAllBySearchTerm(List<DictionarySearchResult> objects) {
return putAllByIndex(r'searchTerm', objects);
}
Future<List<Id>> putAllBySearchTerm(List<DictionarySearchResult> objects) {
return putAllByIndex(r'searchTerm', objects);
}