empty method

void empty()

Clear items list

Implementation

void empty() {
  emit(FetchSuccess<ValuableList>(const []));
}