retryDelay constant

Duration const retryDelay

Retry delay (1 second)

Implementation

static const Duration retryDelay = Duration(seconds: 1);