retryDelay property
- @Deprecated('Set option when calling connect() instead')
getter/setter pairinherited
Delay between retrying failed requests.
Defaults to 5 seconds.
Only has an effect if changed before calling connect
.
Implementation
@Deprecated('Set option when calling connect() instead')
Duration retryDelay = const Duration(seconds: 5);