clearAllMarks method

void clearAllMarks()

Implementation

void clearAllMarks() {
  _clearAllNewMarksCallback?.call();
}