retryDelay property
Duration
get
retryDelay
Optional: Delay between retry attempts. Default is 30 seconds.
Implementation
Duration get retryDelay => const Duration(seconds: 30);
Optional: Delay between retry attempts. Default is 30 seconds.
Duration get retryDelay => const Duration(seconds: 30);