clear method

  1. @protected
void clear()

Implementation

@protected
void clear() {
  cache.clear();
  setState(ListOp(null, ListOpType.clear));
}