retryDelay property

Duration retryDelay
getter/setter pair

how long should the request wait before retrying

Implementation

Duration retryDelay = const Duration(seconds: 1);