clear method

void clear()

Implementation

void clear() {
  _data.clear();

  controller.reload(clearData: false);
}