restartApp method

void restartApp()

Implementation

void restartApp() {
  setState(() {
    key = UniqueKey();
  });
}