prevMatch method

void prevMatch()

Navigates to previous search match.

Implementation

void prevMatch() {
  onPrevMatch?.call();
}