ImageDownloadLookup typedef

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

Implementation

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