DocumentDownloadLookup typedef

DocumentDownloadLookup = Future<File?> Function(String path, InspectionLocation owner, String scope)

Implementation

typedef DocumentDownloadLookup = Future<File?> Function(
  String path,
  InspectionLocation owner,
  String scope,
);