clear method

void clear()

清空数据

Implementation

void clear() {
  data.clear();
  debounceSerialize();
}