clearLiveState method

void clearLiveState()

Implementation

void clearLiveState() {
  viewState.liveStatus.value = LiveStatus.none;
}