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