skipNext method

void skipNext()

Skip to the next interval.

Implementation

void skipNext() {
  if (onSkipNext != null) {
    onSkipNext!();
  }
}