notyListUiChange method

void notyListUiChange()

Implementation

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