LibreWolf class

Inheritance

Constructors

LibreWolf({String? sqlite3Path})

Properties

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

Methods

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

Operators

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