setMaxOperationRetryTime method

void setMaxOperationRetryTime(
  1. int time
)

Sets the maximum operation retry time to a value of time.

Implementation

void setMaxOperationRetryTime(int time) =>
    jsObject.setMaxOperationRetryTime(time);