clear method

void clear()

Implementation

void clear() {
  _videoWidgetMap.clear();
  _globalKeyMap.clear();
}