getByUniqueKey method

Future<SearchHistoryItem?> getByUniqueKey(
  1. String uniqueKey
)

Implementation

Future<SearchHistoryItem?> getByUniqueKey(String uniqueKey) {
  return getByIndex(r'uniqueKey', [uniqueKey]);
}