putAllBySearchTerm method

Future<List<Id>> putAllBySearchTerm(
  1. List<DictionarySearchResult> objects
)

Implementation

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