restarting method

void restarting()

Implementation

void restarting() {
  values.clear();
  controllers.clear();
  focus.clear();
  init();
}