delay method

  1. @override
Duration delay()
override

Calculates how long the next backoff duration should be, given the prior calls to delay

Implementation

@override
Duration delay() {
  return delay_;
}