refreshState method

void refreshState()

Implementation

void refreshState() {
  if (this.mounted) {
    setState(() {});
  }
}