fullMedia property

PartialDownloadOptions fullMedia
final

Download full media.

Implementation

// ignoring the non-standard name since we'd have to update the generator!
static final PartialDownloadOptions fullMedia = PartialDownloadOptions(
  ByteRange(0, -1),
);