retryDelay property

Duration get retryDelay

Optional: Delay between retry attempts. Default is 30 seconds.

Implementation

Duration get retryDelay => const Duration(seconds: 30);