ModuleResolver constructor
ModuleResolver({
- ContentAddressableCache? cache,
- Client? httpClient,
- RegistryResolver? registryResolver,
- String? basePath,
Implementation
ModuleResolver({
ContentAddressableCache? cache,
this.httpClient,
this.registryResolver,
this.basePath,
}) : cache = cache ?? ContentAddressableCache();