AppHiveController class

Implemented types

Constructors

AppHiveController.new()
factory

Properties

directoryLastUpdate String
getter/setter pair
firstTime bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastNotificationCheckDate int
getter/setter pair
mainItems Map<String, AppReleaseItem>
getter/setter pair
releaseItemlists Map<String, Itemlist>
getter/setter pair
releaseLastUpdate String
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchedList List
getter/setter pair
searchQueries List
getter/setter pair
secondaryItems Map<String, AppReleaseItem>
getter/setter pair
userServiceImpl UserService
final

Methods

addQuery(String query) Future<void>
override
cachePdf(String id, File file) Future<void>
override
clearBox(String boxName) Future<void>
override
fetchCachedData() Future<void>
override
fetchProfileInfo() Future<void>
override
fetchSettingsData() Future<void>
override
getBox(String boxName, {bool limit = false}) Future<Box>
override
getCachedPdf(String id) Future<File?>
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openHiveBox(String boxName, {bool limit = false}) Future<Box>
override
saveMainItem(AppReleaseItem item) Future<void>
override
setFirstTime(bool fTime) Future<void>
override
setLastIndexPos({required int? lastIndex, required int lastPos}) Future<void>
override
setLastNotificationCheckDate(int lastNotificationCheckDate) Future<void>
override
setLocale(AppLocale appLocale) → void
override
setSearchQueries(List searchQueries) Future<void>
override
toString() String
A string representation of this object.
inherited
updateLocale(AppLocale appLocale) Future<void>
override
writeProfileInfo({bool overwrite = false}) Future<void>
override

Operators

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