Calculates the delay before the next reconnection attempt.
@override Duration calculateDelay(int attemptNumber) { return Duration.zero; }