nextMatch method

void nextMatch()

Navigates to next search match.

Implementation

void nextMatch() {
  onNextMatch?.call();
}