import
abstract suspend fun import(uri: Uri, importFolder: SavedSitesImporter.ImportFolder = ImportFolder.Root): ImportSavedSitesResult
Reads a HTML based file with all SavedSites that the user has in Netscape format.
Return
ImportSavedSitesResult result of the operation
Parameters
uri
of the File we'll read the data from
destination
where to import the bookmarks (defaults to Root)