forceRefreshState method

void forceRefreshState()

Implementation

void forceRefreshState() {
  this.setState(() {});
}