notyUiChange method

void notyUiChange()

Implementation

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