putByUniqueKeySync method

Id putByUniqueKeySync(
  1. SearchHistoryItem object,
  2. {bool saveLinks = true}
)

Implementation

Id putByUniqueKeySync(SearchHistoryItem object, {bool saveLinks = true}) {
  return putByIndexSync(r'uniqueKey', object, saveLinks: saveLinks);
}