refreshUi method

void refreshUi()

刷新UI

Implementation

void refreshUi() {
  if (mounted) {
    setState(() {});
  }
}