empty method

void empty()

Implementation

void empty() {
  status = LoadStatus.empty;
  notifyListeners();
}