getHistory method
Get the list of recent searches (most recent first).
Implementation
List<SearchHistoryEntry> getHistory() => List.unmodifiable(_history.reversed);
Get the list of recent searches (most recent first).
List<SearchHistoryEntry> getHistory() => List.unmodifiable(_history.reversed);