clear method

  1. @override
void clear()
override

清除列表

Implementation

@override
void clear() {
  _dataList.clear();
  notifyDataSetChanged();
}