stop method

void stop()

Implementation

void stop() {
  if (_disposed) return;
  _ctrl.stop();
}