DocumentCacheLookup typedef

DocumentCacheLookup = Future<File?> Function(String path, String scope)

Implementation

typedef DocumentCacheLookup = Future<File?> Function(
  String path,
  String scope,
);