clearCircles method

dynamic clearCircles()

Implementation

clearCircles() {
  this._circles = {};
  notifyListeners();
}