getHistory method

List<SearchHistoryEntry> getHistory()

Get the list of recent searches (most recent first).

Implementation

List<SearchHistoryEntry> getHistory() => List.unmodifiable(_history.reversed);