clear method

void clear()

Implementation

void clear() {
  _renderers.clear();
  _layers.clear();
  _gestures.clear();
  _tooltips.clear();
}