ImageCacheLookup typedef

ImageCacheLookup = Future<ImageData<Object>?> Function(String hash, Data owner)

Implementation

typedef ImageCacheLookup = Future<ImageData?> Function(
  String hash,
  Data owner,
);