Hydra
Hydra copied to clipboard
Progress block
Hi Malcom! Is there any kind of progress block for things like uploading an avatar for example.
uploadAvatar()
.progress { p in
// Here update progressView for example
}
.then(doSomething)
.onError(showErrorPopup)
.finally(doSomething)