skipNext method

dynamic skipNext()

Skip to the next interval.

Implementation

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