restart method

void restart()

Implementation

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