Package-level declarations

Types

Link copied to clipboard
class AddHistoryItemUseCase(searchHistoryRepository: SearchHistoryRepository, searchFavoritesRepository: SearchFavoritesRepository, appStore: AppStore)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class HistoryViewState(val historyItems: List<DestinationSearchResult> = emptyList(), val isHistoryLimitedInDriving: Boolean = false, val message: HistoryMessage = HistoryMessage.Owner)
Link copied to clipboard