restart method

void restart()

重新开始

Implementation

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