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

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

Operators

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