AudioBookAdmin class

Constructors

AudioBookAdmin()

Properties

admin ↔ AdminAuth
getter/setter pair
audiobookScraper AudiobookScraper
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pb ↔ PocketBase
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchLatestTotalPages() Future<int>
fetchSyncHistory() Future<AudioBookSyncHistory?>
initialize() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAudiobook(AudioBook audiobook) Future<void>
scrapeAllPages({required int latestTotalPages, required int cachedTotalPages}) Future<void>
sync() Future<void>
toString() String
A string representation of this object.
inherited
updateSyncHistory(AudioBookSyncHistory audioSyncHistory) Future<bool>

Operators

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