saveToHistory

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

Stores a history entry.

Parameters

url

The URL of the history entry.

title

The title of the history entry. Can be null.