maxUploadRetryTime property

Duration maxUploadRetryTime
inherited

The maximum time to retry uploads in milliseconds.

Implementation

Duration get maxUploadRetryTime {
  return Duration(milliseconds: _delegate.maxUploadRetryTime);
}