showContentState method
void
showContentState()
展示内容状态的UI
Implementation
void showContentState() {
stateController.refreshState(ViewState.content);
}
展示内容状态的UI
void showContentState() {
stateController.refreshState(ViewState.content);
}