clear method

void clear()

清空所有信息, 但不取消监听的注册且不触发onKeyChange

Implementation

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