repeat method

void repeat()

Implementation

void repeat() {
  _onRepeat = true;
  _listeners.forEach((listener) => listener!());
}