notyChange method

void notyChange()

Implementation

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