clear method

void clear()
inherited

Implementation

void clear() {
  activeVideoId = null;
  videoMap.clear();
  playerPositionCorrespondingLogEntryId = null;
}