stop method

void stop()

Implementation

void stop() {
  _assertStarted();
  terminateBackend();
  _isolate.kill();
}