postInvalidate method

void postInvalidate()

Method to call setState method of the loading widget

Implementation

void postInvalidate() {
  state.setState(() {});
}