update method

File update()

Refreshes file data from Uploadcare. This does not mutate the current {@code File} instance, but creates a new one. @return New file resource instance

Implementation

File update() {
  return client.getFile(fileData.uuid!);
}