restart method

void restart()

method restart to restart controller

Implementation

void restart() {
  _cancelTimers();
  start();
}