clearAdapter method

void clearAdapter()

Added -> All Adapter Clear

Implementation

void clearAdapter() {
  _adapter.clear();
  _box.clear();
}