restart method

void restart()

Implementation

void restart() {
  reset();
  _listen();
}