setMaxDownloadRetryTime method

void setMaxDownloadRetryTime(
  1. int time
)

The new maximum download retry time in milliseconds.

Implementation

void setMaxDownloadRetryTime(int time) {
  throw UnimplementedError('setMaxDownloadRetryTime() is not implemented');
}