download method

Future<void> download(
  1. ReleaseArtifact artifact
)

Initiates the downloading of the provided artifact.

Implementation

Future<void> download(ReleaseArtifact artifact) async {
  await _upgradeWorker.download(artifact);
}