fun getAutocompleteSuggestion(query: String): HistoryAutocompleteResult?
(source)
Overrides HistoryStorage.getAutocompleteSuggestion
Retrieves domain suggestions which best match the query.
query
- A query by which to search the underlying store.
Return
An optional domain URL which best matches the query.