suspend fun recordVisit(uri: String, visitType: VisitType): Unit
Overrides HistoryStorage.recordVisit
Records a visit to a page.
uri - of the page which was visited.
uri
visitType - type of the visit, see VisitType.
visitType