findAllCachedImageInfo function
Implementation
Future<List<CachedImageInfo>> findAllCachedImageInfo(ObjectBox objectbox) async {
return objectbox.cachedImageInfoBox.getAll();
}
Future<List<CachedImageInfo>> findAllCachedImageInfo(ObjectBox objectbox) async {
return objectbox.cachedImageInfoBox.getAll();
}