setRetryInterval method

void setRetryInterval(
  1. int retryInterval
)

Sets the amount of time in milliseconds to wait before re-attempting a timed-out request to the Branch API. Default 1000 ms.

Implementation

void setRetryInterval(int retryInterval) {
  throw UnimplementedError('setRetryInterval has not been implemented');
}