AppHiveService class abstract

Interfaz para el servicio de gestión de caché local (Hive).

Implementers

Constructors

AppHiveService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
releaseLastUpdate String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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