restartApp method

void restartApp()

Implementation

void restartApp() {
  config = config.copyWith(unikey: UniqueKey());
  update();
}