setState method

void setState(
  1. VoidCallback fn
)

Implementation

void setState(VoidCallback fn) {
  _element?.setState(fn);
}