clearAll method

void clearAll()

Clears all annotations.

Implementation

void clearAll() {
  _annotations.clear();
}