retryDelay property
Delay between retrying failed requests.
Defaults to 5 seconds.
Only has an effect if changed before calling connect
.
Implementation
Duration retryDelay = const Duration(seconds: 5);
Delay between retrying failed requests.
Defaults to 5 seconds.
Only has an effect if changed before calling connect
.
Duration retryDelay = const Duration(seconds: 5);