DefaultArtifactInstaller constructor

DefaultArtifactInstaller({
  1. HttpDownloader downloader = const HttpDownloader(),
  2. ArchiveReader archiveReader = const ArchiveReader(),
  3. NativeBinaryInspector inspector = const NativeBinaryInspector(),
})

Implementation

DefaultArtifactInstaller({
  this.downloader = const HttpDownloader(),
  this.archiveReader = const ArchiveReader(),
  this.inspector = const NativeBinaryInspector(),
});