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