setEmpty method

void setEmpty()

Implementation

void setEmpty() => setState(() {
      viewState = ViewState.none;
    });