setMaxUploadRetryTime method

void setMaxUploadRetryTime(
  1. int time
)

The new maximum upload retry time in milliseconds.

Implementation

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