Back to Flutter Boost

refreshContainer method

doc/api/boost_container/BoostContainerState/refreshContainer.html

5.0.2139 B
Original Source

refreshContainer method

voidrefreshContainer()

just refresh

Implementation

void refreshContainer() {
  setState(() {});
}