saveToHistory

abstract suspend fun saveToHistory(url: String, title: String?, tabId: String)

Stores a history entry with an associated tab ID.

Parameters

url

The URL of the history entry.

title

The title of the history entry. Can be null.

tabId

The tab ID associated with this visit.