reloadUI method

void reloadUI()

Forces a UI rebuild by calling setState.

Implementation

void reloadUI() {
  setState(() {});
}