clearWarnings method

void clearWarnings()

Clears only warnings

Implementation

void clearWarnings() {
  _warnings.clear();
}