urlResolver property
Turns UDownloadRequest.sourceId into a URL, per attempt. Lets you download by id from an authenticated endpoint or a short-lived signed URL without the URL ever being persisted.
Implementation
Future<String> Function(UDownloadTask task)? urlResolver;