Browser class abstract

Implementers

Constructors

Browser({List<String>? profileDirPrefixes, String? historyDir, String? sqlite3Path})

Properties

aliases List<String>?
getter/setter pair
bookmarksFile String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
historyDir String?
getter/setter pair
historyFile String
no setter
historySQL String
no setter
linuxPath String?
getter/setter pair
macPath String?
getter/setter pair
name String
no setter
profileDirPrefixes List<String>?
final
profileSupport bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqlite3Path String?
final
windowsPath String?
getter/setter pair

Methods

bookmarksParser(String bookmarkPath) List<Bookmark>
fetchBookmarks({List<String>? profiles}) Future<List<Bookmark>?>
fetchHistory({List<String>? profiles}) Future<List<History>>
fetchPasswords({List<String>? profiles}) Future<List<Password>?>
fetchProfiles() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paths({required String profileFile, List<String>? profiles}) List<String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited