showContentState method

void showContentState()

展示内容状态的UI

Implementation

void showContentState() {
  stateController.refreshState(ViewState.content);
}