sourceId property

String? sourceId
final

An opaque id (e.g. a file id on your server) that UDownloadManager.urlResolver turns into a URL on every attempt. The real URL is then never stored, shown or logged, and short-lived signed URLs are refreshed automatically.

Implementation

final String? sourceId;