findAllCachedImageInfo function

Future<List<CachedImageInfo>> findAllCachedImageInfo(
  1. ObjectBox objectbox
)

Implementation

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