clear method

void clear()

清空所有历史记录

Implementation

void clear() {
  _snapshots.clear();
}