clearHighlights method

Future<void> clearHighlights()

Implementation

Future<void> clearHighlights() {
  return _controller.clearHighlights();
}