setMaxOperationRetryTime method

void setMaxOperationRetryTime(
  1. int time
)

The new maximum operation retry time in milliseconds.

Implementation

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