clear method

void clear()

Implementation

void clear() {
  _data.clear();

  controller.reload(load: false);
}