retryDelay property

  1. @Deprecated('Set option when calling connect() instead')
Duration retryDelay
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);