getDelayDuration method

Duration getDelayDuration()

Implementation

Duration getDelayDuration() {
  return const Duration(milliseconds: 0);
}