onEmpty method

void onEmpty()

没有数据 更新UI

Implementation

void onEmpty() {
  pageState.setValue(PageState.empty);
}