stop method

void stop()

Implementation

void stop() {
  destroy();
  _emit('stop', null);
}