SearchHistoryRepository

Functions

Link copied to clipboard
abstract suspend fun addHistoryItem(item: DestinationSearchResult)
Link copied to clipboard
abstract suspend fun cleanHistory()
Link copied to clipboard
abstract fun observeHistory(): StateFlow<List<DestinationSearchResult>>
Link copied to clipboard
abstract suspend fun removeItemWithId(id: String, mapboxId: String?)