updateUrlLinkState static method
Implementation
static void updateUrlLinkState(String downloadUrl) {
/// Update the upload state with the download URL
final uploadState = UploadState();
uploadState.uploadLink = downloadUrl;
}
static void updateUrlLinkState(String downloadUrl) {
/// Update the upload state with the download URL
final uploadState = UploadState();
uploadState.uploadLink = downloadUrl;
}