download method
- ReleaseArtifact artifact
Initiates the downloading of the provided artifact.
Implementation
Future<void> download(ReleaseArtifact artifact) async {
await _upgradeWorker.download(artifact);
}
Initiates the downloading of the provided artifact.
Future<void> download(ReleaseArtifact artifact) async {
await _upgradeWorker.download(artifact);
}