FetchProgress
Repository.swift:292protocol FetchProgress
Requirements
Instance members
var downloadProgress: String?
The current download progress including the unit
var downloadSpeed: String?
The current download speed including the unit
var message: String
var step: Int
var totalSteps: Int?