management_store library
Functions
-
addCachedImageInfo(
Store store, CachedImageInfo cachedImageInfo) → void -
countAllCachedImage(
ObjectBox objectbox) → Future< int> -
findAllCachedImageInfo(
ObjectBox objectbox) → Future< List< CachedImageInfo> > -
findAllCachedImageInfoOrNull(
ObjectBox objectbox, String imageUrl) → Future< List< CachedImageInfo> ?> -
findFirstCachedImageInfoOrNull(
ObjectBox objectbox, String imageUrl) → Future< CachedImageInfo?> -
removeCachedImageInfo(
ObjectBox objectbox, int id) → void