retryDelay property

Duration get retryDelay
inherited

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

Implementation

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